Martin Dybdal

Results 7 issues of Martin Dybdal

I get this error from trying to execute the following program. Calling `sobol` directly works fine, but when mapping in `sobol1D` something goes wrong. ``` Python from math import sqrt,...

When opening the file-system pane in ESP-mode, a thread is launched, but we don't close it explicitly and leave it up to the garbage collector, so errors like these can...

bug
mode: microbit
mode: esp

This is a problem I've seen several times, and experienced again this friday when I ran a workshop. Users - both kids and adults - on Windows, often seems to...

packaging
OS: Windows

⍵e need this to be able to switch between sequential or parallel versions of the operators. It probably has to be rather conservative, and only use the parallel version when...

enhancement

Hi there I would like to suggest that users can specify a destination filename when executing `briefcase package`. The reasoning being, that you often would want automated CI scripts to...

enhancement
up-for-grabs

When issuing `ampy rmdir directoryname/ --missing-okay`, on a directory that doesn't exist, ampy still errors. The problem seems to be this line, which checks for a very specific error string:...

If we e.g. use a symbol that is not yet supported by the parser ``` test ← { ∇1 2 3 } ``` The error is on the line of...