Jos Verlinde
Jos Verlinde
Yes - module - functions - constants + values + type - classes (most) - exceptions Not - superclasses - function parameters - class init parameters duplications - methods inherited...
pyrightconfig.json https://stackoverflow.com/questions/67931905/surpress-pylance-type-annotation-warning-in-vs-code https://github.com/microsoft/pylance-release/issues/1449 https://github.com/Josverl/micropython-stubber/issues/70 verify precedence : - vscode settings - pyproject.toml ? - pyrightconfig.json and complex sample
This is currently only document in the comments of create stubs
https://github.com/v923z/micropython-ulab - [x] create pyi from ulab sources - [x] publish stubs - [ ] create workflow to automate updates - [ ] add __version__ number to stub path -...
ie. add common return types to make_stub_files.cfg and run some post processing on a action schedule
Document the use of the url #fragment to pass the address of the MicroPython board to connect to. add Edge as a browser option.
[Enter feedback here] the current documentation does not specify how the initial Adaptive Card should be sent from the Bot to the reciepient. the assumption is that this should be...
As the target audience of this page is the developer audience Can you please replace the link partner link for Microsoft Teams , to one that actually has relevant information...
In the interest of being able to build a version of micropython that is not the `latest`, this requires both the `micropython` and `micropython-lib` to be checked out. they should...
Fix for a problem that surfaces when enriching the 'firmware stubs' with information from the 'doc stubs' As the firmware stubs did not enforce any particular order when dumping module/class/object...