kano-code
kano-code copied to clipboard
π©βπ»π¨βπ»Kano Code
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2. Changelog Sourced from yargs-parser's changelog. 15.0.0 (2019-10-07) Features rework collect-unknown-options into unknown-options-as-args, providing more comprehensive functionality (ef771ca) BREAKING CHANGES rework collect-unknown-options into unknown-options-as-args, providing...
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...
Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...
# [WIP] Prototype Joystick Part This PR is a first stab at creating a Joystick input part for the Kano Code editor. It provides authors with a means to interact...
While testing the editor on a Kindle Fire 8 I noticed that the player only seems to run very simple creations at a max of 30fps when using the **Repeat...
If you rename a part to a name that already exists in the toolbox (i.e. Math) it: * Breaks the toolbox UI for the Math item. * Breaks any code...
I noticed that currently the button part only exposes an event when the button is clicked. I am currently exploring the integration of [Lego Powered Up Hubs](https://www.lego.com/en-us/product/hub-88009) and would like...
It would be great if this library could be used on codesandbox.io to get started quickly and for sharing. Currently you are using a git+ssh reference to the gif.js library...
The first (fixable) issue is that we have to expose the `Tone` module as `window.Tone` because `Tone` is distributed as an UMD module and webpack is using the ES6 export...
When adding a clock part to a creation the preview stutters once a second. This is really apparent on lower-end hardware, like the PI3 Kits. Adding another clock makes the...