Emlyn Corrin

Results 40 issues of Emlyn Corrin

If you mis-spell the name of a reducer function, it will be ignored silently, e.g.: ```clojure (let [fsm (a/compile [:foo :bar (a/$ :baar)] {:reducers {:bar (fn [state _] (assoc state...

If arbor.js is included without any explicit path, as in: ``` ``` then the arbor_path() function incorrectly returns "/arbor.js", which doesn't work when it is not run from the root...

Go to arborjs.org, drag a node, and then hold the mouse still without letting go of the button, the node drifts away from the mouse instead of staying fixed.

The following snippet fails for me (using Python 3.7.3). It looks like pendulum is depending on a private method of timedelta (`_to_microseconds`), which does not exist in all versions: ```python...

Fixes #3145 ## Note: I've added a monkey-patched `Time.inspect`: Printing a `Time` in Sonic Pi appears to print the result of calling `.inspect` on the time object. In most cases,...

If I run `puts current_time`, I get an output like ``` {run: 12, time: 0.0} └─ (6955285408309949/4194304) ``` While the example in the help says it should look like `2017-03-19...

When there is a syntax error in the code, the line number reported in the error message is always 829, whatever the actual line with the error: ![image](https://user-images.githubusercontent.com/405237/99986125-b89c3c80-2da6-11eb-9a9f-b267bbc9685d.png)

GUI
Editor

This is just #2360 rebased onto the ~~new main~~ dev branch. I've copied the description and my comments below. --- I was poking around the [Freesound API](https://freesound.org/docs/api/resources_apiv2.html#sound-instance), and realised it...

The new scope feature is really cool! It looks like it just starts each trace as soon as it can after the previous one. It would be even better if...

GUI
Feature Request

The tests fail with: ``` FAIL src/db/guitar.test.js (11.684s) ● Guitar Chords › Key F › Suffix Fmajor › Positions › Fingers › The 2 position fingers array should have values...