CoolCat467
CoolCat467
https://github.com/python/mypy/pull/19428 got merged now
Another phrase commonly used to describe this sort of thing is "kiosk mode" As far as I know, no kiosk mode in MineOS at the moment
If you could post the errors you are encountering, that would be a helpful starting point.
On https://pyodide.org/en/stable/console.html (had to hack the script to use v0.28.0 instead of 0.28.1) ```console >>> import micropip >>> await micropip.install("trio") >>> import trio Traceback (most recent call last): File "",...
I've also encountered this error using mypy 1.19.0, except instead of `recheck` command, happens if I check a file from one project with a relative path, then check another file...
With https://github.com/python/cpython/pull/100581 being merged, is walrus comprehension binding taken care of?