Sam El-Husseini

Results 23 issues of 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...

type: bug
category: plugin
⚪ plugin-workspace-search
status: implementation
ghc-osd

**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...

type: bug
category: plugin
⚪ field-slider
triage
ghc-osd

**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...

type: feature request
help wanted
category: plugin
status: discussion

**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...

type: bug
⚪ dev-tools

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...

type: bug
category: plugin
internal
status: discussion

**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...

bug
enhancement
apis

Can we expand this to other sounds like: https://learn.adafruit.com/adafruit-circuit-playground-express/playground-drum-machine

enhancement

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...

enhancement

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...

feature-request
quick-pick