Jos Verlinde
Jos Verlinde
- [ ] Add to ctypes.py: ? origin ``` python ARRAY = 0 UINT8 = 100 ARRAY = 124 UINT8 = 11 ``` - [ ] add import glue to...
I would like to be able to create an `id` by either specifying the id when adding, or by creating the id based on the record data passed in. While...
### Description I would like sourcery not to be in my face in my code all the time. given the example below :  1. this _is_ a test -...
This is a fix for utf-8 decoding errors that are thrown when non-utf8 content is received. For instance during a reboot of an ESP8266 module. The fix is to handle...
it would be nice if someone would add the `[v1.22.2](https://github.com/micropython/micropython/tree/v1.22.2)` tag to this repo as well. I assume it would be to 7cdf70881519c73667efbc4a61a04d9c1a49babb, same as v1.22.0 and v1.22.1.
Currently the docstubs use `"*args, **kwargs"` to replace `...` in the parameters This should be changed back to `...` , but this also requires changing the merge code , and...
total startup time is some 7.8 secons=ds just s=to show 'stubber --help' reading the current versions takes approx 1.8 - 2 seconds each startup - that could be cached still...
Pro: - can be useful to help understand the interface Con: - against recommendation, against PEP , slows down linters , type checkers - no tooling support ( all stubbers...
Update needed to be able to process newer manifests in get-frozen tools/manifestfile.py: Change library search to use a list of paths. This commit changes how library packages are searched for...
Find am efficient way to incorporate these unmerged documentation proposals into the stubs. - [ ] [machine: RTC.memory()](https://github.com/micropython/micropython/compare/d3335677b77504ddb5be79a5648d72fd975c1b9c..15c3839adf6e0cfed6432d15b2337c96c65d495d) - [ ]