Sam El-Husseini
Sam El-Husseini
Ported the Javascript version of diff_match_patch into Typescript. - [x] I ported the JavaScript tests. All tests passing. - [x] I checked in the generated Typings declaration (dts) - [x]...
**Is your feature request related to a problem? Please describe.** Search bar should select all when the bar is focused. **Describe the solution you'd like** Similar behaviour to other search...
**Category** Plugins **Component** field-slider **Describe the bug** The slider field should inherit the parent block colour if it's a shadow block. **To Reproduce** **Expected behavior** The slider colour should be...
**Is your feature request related to a problem? Please describe.** A combo box field. **Describe the solution you'd like** A field that has both a text / number input, and...
**Category** - Plugins **Component** New plugins. **Describe the bug** We sometimes end up with a mismatch between our local package-lock.json version and the one checked in, but the mismatch can...
Our own block-extension (`@blockly/block-extension-tooltip`) doesn't abide by the naming convention on: https://developers.google.com/blockly/guides/plugins/naming Options are: - **Change the naming convention** for block (since it's early enough), and before we showcase this...
**Describe the bug** It appears showRing and setAll are incompatible. Try the following code: ``` input.buttonA.onEvent(ButtonEvent.Click, function () { light.setAll(0x0000ff) pause(1000) }) forever(function () { light.showRing( "red red red red...
Can we expand this to other sounds like: https://learn.adafruit.com/adafruit-circuit-playground-express/playground-drum-machine
I think it would be useful to add that to our library. It would be cool to just have a block that returns a random color, and it could be...
The monaco editor lists all available commands in the Commands list, and doesn't take into account enabled features. ie: if I disable folding in the editor config It still shows...