Angus Gratton

Results 58 issues of Angus Gratton

I notice that I'm using `unwrap()` a lot when setting signals in generated structs, even when the type of the argument maps perfectly to the possible values held by the...

### Summary As pointed out by @yoctopuce [in this discussion](https://github.com/orgs/micropython/discussions/16933) and #16932, there is poor test coverage for the optional 64-bit bigint representation and this representation has some bugs. This...

py-core

### Summary * Updates the DTLS support initially added in #15764. * DTLS 1.2 requires the HelloVerify protocol. This was already enabled on esp32 port (part of ESP-IDF config), and...

extmod

We've come across a use case in MicroPython for enabling a gpio interrupt event on a specific core, rather than the executing core (context is https://github.com/micropython/micropython/pull/16915). This seems supported by...

hardware_gpio

### Related area Components ### Is your feature request related to a problem? Recently in MicroPython we had the situation: * We include `espressif/esp_tinyusb` component in our project via `idf_component.yml`....

Thanks for publishing this! There seems to be an escaping issue if you enter a URL Pattern regular expression that also resembles a query string. For example, try to create...

I've been trying to get the emulator to run according to the instructions in `app/development/DEVELOPMENT.md` and the android14[*] branch (commit 1229ceaf) and Android Studio 2024.2.2, but I haven't had much...

If there are more than 5(*) concurrent `aiomqtt.Client` connection attempts in progress, additional connection attempts can end up blocked waiting for available executor worker threads. This means the effective connection...