Marcel Stör
Marcel Stör
```yaml markdown_extensions: - toc: # permalink: True # renders ¶ sign permalink: '#' ``` Renders permalinks next to `h` elements but they're static-always-on. The more common behavior found around the...
## Fixes Issue # #4670, #4671, #4677, #4690 ## Description of Change Suppress all CVEs filed against those Python pet projects as per https://github.com/github/securitylab/issues/669#issuecomment-1189337273. As the discussion in #4671 showed...
(I know this project is looking for a new maintainer but we can still report issues in the meantime) As per https://swagger.io/docs/specification/2-0/mime-types/ > Note that consumes only affects operations with...
~~Ideally we can support both IDF 3 _and_ 4 (i.e. the NodeMCU branches `dev-esp32-idf3-final` and `dev-esp32`).~~ NodeMCU firmware `dev-esp32` is now on IDF ~4~ 5 (as per https://github.com/nodemcu/nodemcu-firmware/commit/6798f027f3eecb2fdda4e6544c5586cdbe8802d0 on that...
Something like this maybe: ```lua fontTable = {{}, {}, ...} -- or load from file max7219.setup({ numberOfModules = 4, slaveSelectPin = 8, font = fontTable }) max7219.write("abcd", { rotate =...
There are features in a number of forks that might make sense here as well. Just a pity that people don't offer them voluntarily in PRs 😭 😞 e.g. https://github.com/ouoam/nodemcu-pyflasher...
It may make sense to hide the baud rate, flash mode and erase y/n parameters by default. Maybe put them into an expandable container that's collapsed upon start?