Skip to content
#

science

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

julia
CameronBieganek
CameronBieganek commented Feb 10, 2022
julia> throw(ArgumentError("the quick brown fox jumps over the lazy dog"))
ERROR: ArgumentError: the quick brown fox jumps over the lazy dog
Stacktrace:
 [1] top-level scope
   @ REPL[13]:1

julia> throw(DimensionMismatch("the quick brown fox jumps over the lazy dog"))
ERROR: DimensionMismatch("the quick brown fox jumps over the lazy dog")

I believe it should be printing l

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

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
hhyyrylainen
hhyyrylainen commented Jan 21, 2022

could make the chemoreceptor auto select the compound's colour when selecting one, this would make it faster to configure multiple chemoreceptors for different compounds to look for.

Just needs a callback for the option button to detect when it changes value, and then just looking up the compound colour and setting that on the colour picker. Could maybe only change the colour if it is white or

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