flippette

Results 15 issues of flippette

Since Rust 1.65.0, there have been a few useful inherent methods that have been added to `uN`/`iN` which would be very useful indeed generically (I'll use the `Integral`/`Unsigned`/`Signed` traits here...

Recently, `rustls-rustcrypto` is starting to become viable as a `rustls` provider on ESP32 (if not immature). It would be awesome to be able to use it in place of `esp-mbedtls`...

I'm trying to find this element which gets created by JavaScript a few seconds after the page loads: ```html ``` I used this code: ```rust info!("begin query for exercise"); let...

**Describe the bug** Using `gitui` to make the first commit in a repository doesn't work, and somehow changes the active branch to `master` (this is not `init.defaultbranch` either, mine is...

bug

I'm building a firmware with [this](https://github.com/flippette/esp-template/blob/560f51dd4026379a6fd269e505039d27d0ab3c27/flake.nix#L51-L57) flake, and `espflash` is being called like this: ```nix postInstall = '' # generate a flat firmware binary (for OTA, etc.) ${espflash}/bin/espflash save-image \...