Skip to content
#

science

Here are 2,159 public repositories matching this topic...

julia
complyue
complyue commented Apr 23, 2022

https://github.com/JuliaLang/julia/blob/3cff21e725097673f969c19f8f0992c9a0838ab3/base/arrayshow.jl#L584

Seems the following change is reasonable:

-            sprint(show_type_name, unwrap_unionall(eltype_X).name), false # Print "Array" rather than "Array{T,N}"
+            sprint(show_type_name, unwrap_unionall(eltype_X).name; context=io), false # Print "Array" rather than "Array{
good first issue display and printing
smichr
smichr commented Feb 24, 2022

If there is a nit identified on a PR, an inconsequential change that could be made but is maybe not worth the extra test cycle, enter it here.

If you have a PR that can include one of these changes, mark it as done and add the PR reference after it, in braces

TODO

  • keep illegal as _illegal {#23154}
  • incase -> in case in factorials.py identified in #23121
good first issue
stellarium
Carz10
Carz10 commented Mar 23, 2022

Is your feature request related to a problem? Please describe.
The Problem with the current implementation is that it seems fixed for the distance to the Moon. We operate Satellites in geostationary orbit and it would be interesting to see the umbra/penumbra based on the distance to those satellites to assess when they enter the shadow during eclipse time (March-April/September-October).

feature request good first issue
mikegray
mikegray commented Jun 13, 2019

Version of Singularity:

3.0.3

Expected behavior

Some progress or update information during the creation of the SIF file.

Actual behavior

During "Creating SIF file..." step, the console does not produce any visible output for the user - but does create the resulting file eventually.

Steps to reproduce behavior

I was executing a few “larger” builds through the bui

Enhancement ImageBuilding good first issue
kangalioo
kangalioo commented Jul 21, 2020

What is the feature ?

I'm trying out this library for the first time and there's some places where it would be delightful to have shorthand functions:

  1. Shorthand functions for Pos: Pos::top_right, Pos::bottom_right, Pos::bottom_center etc..
  2. Short way to set colors for components. Currently, lots of boilerplate is required for e.g. white-on-black plotos
    • a cool start would b
Thrive

Improve this page

Add a description, image, and links to the science topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the science topic, visit your repo's landing page and select "manage topics."

Learn more