python-editor-v3
python-editor-v3 copied to clipboard
Micro:bit Educational Foundation Python Editor V3
One to discuss. Implementation could be quite involved.
For Reference we don't currently index parameter documentation but users sometimes search for them, e.g.  vs  I think we only index the first line of the docstring. When...
The reST -> markdown -> munge -> render pipeline is breaking parameters with underscores:  Is this an issue in Pylance? If not, what did we do to introduce it?
In Safari, resize the split pane and see many logged "ResizeObserver loop completed with undelivered notifications." errors. We think this is the resize observer in Search. No clear negative impact.
Add the ability to search the ideas content. - What content should be searchable (title, body)? - How does this work with the original idea of using a dropdown to...
For e.g. Image the dunder methods explain useful functionality (e.g. Image.HEART - Image.SMALL_HEART; Image.HEART * 0.5). We document some of this in Reference but not in the API documentation. I'd...
It's only in fairly recent Chrome and analytics show some real world crashes. It's used in the flag processing so I imagine the experience is very bad. https://caniuse.com/?search=fromEntries
 This may not be possible with Pyright (given that we specify an older Python version than 3.8) and the clutter in the signatures may not be worth it. One...
 vs ``` Python 3.9.10 (main, Jan 15 2022, 11:48:00) [Clang 13.0.0 (clang-1300.0.29.3)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> 0123 File "", line 1...
Not convinced we should do this before live but tracking it anyway. https://chakra-ui.com/guides/migration Ecosystem still isn't fully React v18 ready so there could be consequences elsewhere, though other than Sanity's...