Philip Gladstone
Philip Gladstone
Fixes #3630 - [x] This PR is for the `dev` branch rather than for the `release` branch. - [x] This PR is compliant with the [other contributing guidelines](/CONTRIBUTING.md) as well...
### Missing feature It is tricky to support matrix keypads in direct LUA owing to scheduling delays. A C module can do a lot better job and make them simpler...
I did the original, and I'll do the port.
[BUG] asyncio.exceptions.InvalidStateError: invalid state thrown by exit in async context manager
### System info - Playwright Version: [v1.40] - Operating System: [ macOS 14.2.1] - Browser: Chromium - Other info: ### Source code ``` from playwright.async_api import async_playwright import asyncio async...
This PR adds an `IllegalArgumentWarningException` that is a subclass of `IllegalArgumentException` which is used to convey more information about certificate parsing errors. In particular, the Exception includes a list of...
We use bc-java to parse certificates but 1.75 fails to parse some invalid certificates (which are mostly valid). Ideally bc would return more information about the failure rather than just...
These are maybe up to 128x64 RGB panels easily available on your favorite chinese shopping site. There is code to drive the panels at https://github.com/adafruit/RGB-matrix-Panel -- and lots of other...
It looks as though CWSL_DIGI submits the timestamp of the *start* of the transmission rather than the *decode* time. This confuses the analyzer that looks for incorrect QRG on the...
There seem to be map type specific macros for most(?) of the other map types BPF_HASH, BPF_ARRAY, BPF_LPM_TRIE etc. But not for BPF_LRU_HASH. Is there a reason, or would you...
This is just a tracking PR. The ESP32C5 branch builds in the CICD, but some of the other devices do not build as some of the modules don't build due...