Anna Antonenko

Results 18 issues of Anna Antonenko

This PR addresses the request from issue #85. To jump to a PID, type `pid` in the console

This is just a simple function, essentially an alias to `encoderCTL`: `this.encoderCTL(4002, val)`. It would be nice to have it in the library itself though, rater than the projects that...

It would be really nice if we had a ligature for `=

ligature request

My setup: ESP-WROOM-32 ILI9341 XPT2046 16GB SDHC Everything is wired up correctly, as you can see below, but something is wrong with the image... Application somehow thinks this is not...

This pull request is intended to reduce boilerplate in projects that use application commands. Instead of requiring library users to implement a `Consumer` and manually handle `INTERACTION_CREATE` events, this pull...

# What's new - JS modules: `event_loop`, `gpio` and`gui` - JS `gui` submodules: `gui/loading`, `gui/submenu`, `gui/empty_screen`, `gui/text_input`, `gui/text_box` - Documentation for these modules - TS type declarations for these modules...

JS

# What's new - Adds the following string to integer conversion API functions that verify input validity including overflow checks (header `lib/toolbox/strint.h`): ```c StrintParseError strint_to_uint64(const char* str, char** end, uint64_t*...

Core+Services

# What's new - `errno` is now saved in the Task Control Block with the help of a FreeRTOS config flag and two hooks - An overengineered `errno` fuzzer #...

Core+Services

# What's new - Fixed a bug where the "Exit USB-UART?" confirmation screen would stop the bridge prematurely, without waiting for the user's input, as reported in #3882 - Converted...

Bug