Dusty
Dusty
He has changed his github username. https://fansana.github.io/adventureland/index.html should be https://nexusnull.github.io/adventureland/index.html
git clone create and activate virtualenv pip install -r requirements.txt tested with python 2.7, 3.5 and 3.8 tested on Windows, Openbsd and Debian. All with the same result. ERROR: Failed...
**Describe the bug** Create 2 objects of type Polygon morph with a mouseDown: handler. Add one as a submorph to the other. When clicking in certain places on the submorph...
When following build instructions, Debian 11 virtual machine. ``` [13541:0x55a2fc10e0c0] 92444 ms: Mark-sweep 478.7 (493.6) -> 475.0 (493.6) MB, 711.8 / 0.0 ms (average mu = 0.194, current mu =...
Checks for repeated literal **_equalitity_** tests that should rather be implemented as a search in a literal collection. tity made me giggle... **_equalitity_** should be **_equality_** 
Websocket documentation (Possibly others) goes to inria 404 page.
The example for the man page of project new is missing an = sign for the git example. Currently: `project new --gitRoot $Gs_HOME/sys/local/repos Foo` Should be: `project new --gitRoot=$Gs_HOME/sys/local/repos Foo`