Robert Knight

Results 22 comments of Robert Knight

This occurs whenever a variable is unused in a function. Assignment can happen first, as long as the variable assigned is referenced later. Similarly, if the function takes an argument,...

It looks like we want to hide code structure highlighting for unreachable code, rather than unused code. Pyright bundles both unused and unreachable code into the same tag, DiagnosticTag.Unnecessary. If...

Does not check what browser/device you are using. Just assumes you are on iPad/mobile and attempts to open the project hex in the micro:bit app. Not sure what happens if...

Notes from conversation with Jonny: If we're on iOS, we should aim to open the .hex in the micro:bit app. It seems that there is no way to determine whether...

Yep, MakeCode in Safari shows a banner at the top prompting the user to either install the app, or open in the app. The Python Editor V3 doesn't currently support...

> Right. sorry, I was meaning... is that the intended method? Yes, it's my understanding that is the intended method.

My understanding from looking at VSCode (which could be wrong), is that the text in the right hand box is placed in a div outside of the visible area which...

Previously raised here: https://github.com/microbit-foundation/python-editor-next/issues/71 Raised on the CodeMirror repo here: https://github.com/codemirror/CodeMirror/issues/6401

Add a visually hidden element or aria-live region to announce changes in the micro:bit connection status.

#982 has fixed the "Navigation from a closed docs sidebar" part of this issue. When using the beta deployment (inside an iFrame), NVDA is causing the focus to switch to...