Jos Verlinde

Results 119 issues of Jos Verlinde

`def asm_pio(_func: Callable[_Param, _Ret], /) -> Callable[_Param, _Ret]:` but also consider that decoraters can also be implemented as a class , and that may be the missing link beween `def...

Note that they should probably be handled the same as `const` in that they should be in `__default__`, and thus only work in pyright / pylance Ref: https://github.com/bixb922/viper-examples

enhancement
reference

``` ModuleNotFoundError: No module named 'colorama' ```

**Bug Report** When stubgen creates stubs for a module that imports `Incomplete` , it then mangles / overcomplicates the import in the generated stub edit : On Windows **To Reproduce...

bug
topic-stubgen

The S3 also supports "Touch 1200" speed toggle to enter the bootloader . [Adafruit TinyUF2 bootloader](https://github.com/adafruit/tinyuf2) - [ ] build / flash bootloader https://github.com/adafruit/tinyuf2/tree/master/ports/espressif#flash - [ ] add cli to...

for a class Registry it is possible to discover the base classes from the `__bases__` attribute ``` print ( [ b.__name__ for b in Registry.__bases__]) # or print ( ",".join([...

enhancement
firmware stubs

Currently only impacts **alif** port Likely needs an update of vendored tools/manifestfile.py > 13:57:53 | ℹ️ port-board: alif 13:57:53 | ❌ freeze error executing "D:\mypython\micropython-stubber\repos\micropython\ports\alif\boards\manifest.py": Error in manifest file: D:\mypython\micropython-stubber\repos\micropython\ports\alif\boards\manifest.py:...

Frozen Stubs

currently these are not rendered correctly in VSCode ![Image](https://github.com/user-attachments/assets/c8e537e9-b1e5-4a7d-b403-803851d0b6f8) a few thousand `_. ![Image](https://github.com/user-attachments/assets/9afd942e-0a5d-4d4e-b85e-900ee99076ad) In reStructuredText the trailing underscore in a construct like `that uses the `littlefs v2 filesystem format`_.`...

enhancement
DocStubs

For what it's worth; here's an example of how you could `ruff format` a Python string using `subprocess`: https://gist.github.com/jorenham/63942278b01515ffdeb0c7d4d1895684 _Originally posted by @jorenham in https://github.com/astral-sh/ruff/issues/659#issuecomment-2895157896_

enhancement
dependencies