python-editor-v3 icon indicating copy to clipboard operation
python-editor-v3 copied to clipboard

Micro:bit Educational Foundation Python Editor V3

Results 116 python-editor-v3 issues
Sort by recently updated
recently updated
newest added
trafficstars

For Reference we don't currently index parameter documentation but users sometimes search for them, e.g. ![image](https://user-images.githubusercontent.com/44397098/155531490-c55a7eda-b966-434e-8876-9544697bcd0a.png) vs ![image](https://user-images.githubusercontent.com/44397098/155531551-d1e85121-c47a-4b53-b588-05493f393657.png) I think we only index the first line of the docstring. When...

good first issue
search

The reST -> markdown -> munge -> render pipeline is breaking parameters with underscores: ![image](https://user-images.githubusercontent.com/44397098/149751299-b27c0d42-12db-4b44-afaa-871757ea1164.png) Is this an issue in Pylance? If not, what did we do to introduce it?

api documentation

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.

minor

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

search

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

api documentation

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

![image](https://user-images.githubusercontent.com/44397098/167592132-01360bb8-c8e8-4b5f-a389-ccc0464272d7.png) 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...

minor

![image](https://user-images.githubusercontent.com/44397098/167822161-39e10e61-80bd-4665-a895-6214c24ca82d.png) 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...

minor

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