nbogie
nbogie
It'd be very useful to be able to say `myActor.move_forwards(10)` now that actors have a rotation. It's quite a barrier for some kids just starting out in python to be...
Adds the ability to say `myActor.move_forwards(10)`. Hi! I hope you don't mind me making a PR without first discussing the feature request. No worries at all if you just close...
A suggested fix for #25. `cmd &> outfile` instead of `cmd > outfile` for redirecting stderr and stdout to same file. (Alternatively, there's `cmd > outfile 2>&1` for wider compatibility.)
Hi! The section ["Redirecting both stderr and stdout"](https://btholt.github.io/complete-intro-to-linux-and-the-cli/streams-and-pipes#redirecting-both-stderr-and-stdout) suggests `ls -lsah > ls.txt` as a way of redirecting stdout and sterr, but I'm pretty sure that will *only* redirect stdout....
Keep the assigned HW (youtube video), but also do 15 minutes in-class, after that to ensure everyone has it. Ideally this would be added in Node module but we currently...
Simplest repeatable failing test: https://makecode.microbit.org/_YmYf9i6AzAxA Note: This behaviour isn't visible in the simulator (perhaps because the simulator is only showing the number of LEDs configured by the create() call). In...
Resolves #8302 Changes: adds a final `export default p5` to global.d.ts when it's prepared in typescript.mjs changes one of the type tests (test/types/basic.js) to use this default import. Prepared following...
[p5.js 2.0 Bug Report]: types: global mode typescript sketches require two separate imports from p5
### Most appropriate sub-area of p5.js? - [ ] Accessibility - [ ] Color - [ ] Core/Environment/Rendering - [ ] Data - [ ] DOM - [ ] Events...
### Most appropriate sub-area of p5.js? - [ ] Accessibility - [x] Color - [ ] Core/Environment/Rendering - [ ] Data - [x] DOM - [ ] Events - [...