Howard Lovatt
Howard Lovatt
After upgrading the MicroPython plugin, I have to sometimes change the device, e.g. from PyBoard to ESP32, and then change it back again to PyBoard before MicroPython plugging will function....
I've generated typesheds (pyi) from Micropython docs, See https://github.com/hlovatt/PyBoardTypeshed, and issued a pull request so that they will hopefully become part of the plugin. But what do about builtins.pyi? If...
Is this abandonware? I ask because nothing much has happened in the repo for years and the version of this software running on the MicroPython website is running a really...
ICloud
Hi, How do you access iCloud files from stash? Thanks for any help, — Howard.
mypy
Hi, Installed mypy via pip command but when I try and run mypy on a file I get: `: No module named 'mypy_extensions'` Anyone know what is going wrong? Thanks...
It would be great to add [MLX](https://github.com/ml-explore/mlx) so that GPU and AI were available 😀
**Describe the bug** A slice in NumPy writes through to underlying array, MLX doesn't. MLX behaves like Python, not NumPy. **To Reproduce** ```python import mlx.core as mx a = mx.array([1,...
The type shed https://github.com/python/typeshed/blob/main/stdlib/asyncio/taskgroups.pyi on line 25 is missing eager_start and kwargs, should read: ```python def create_task(self, coro: _CoroutineLike[_T], *, name: str | None = None, context: Context | None...