Wez Furlong
Wez Furlong
This issue is tracking what would be necessary to implement [SMTPUTF8](https://datatracker.ietf.org/doc/html/rfc6531) support. * [8BITMIME](https://datatracker.ietf.org/doc/html/rfc6152) is necessary in order to receive 8-bit content. * [ ] receive 8-bit `DATA` without complaining...
When the app is opened, my Stream Deck + is not detected. I'm using the flatpak version, running on Ubuntu 24.04. ```console $ flatpak list Name Application ID Version Branch...
**BEFORE YOU COMMENT: please avoid duplicating information from other comments to avoid overwhelming this one.** Prefer to use a thumbs up instead of a me-too comment. We're overdue for making...
Hi! I don't generally run the nightly compiler, and I feel like the readme is missing something important to get a build of lockbud to complete successfully. I followed these...
This PR iteratively (across its constituent commits) replaces the `encoding` crate (#38) with the `encoding_rs` crate. It does this by introducing an `Encoding` struct to replace the use of encoding...
This issue is tracking the plumbing to support a more discoverable way to interact with the GUI. Each of these is essentially a way to allow the user to invoke...
I've been looking through axum, tower and axum-server docs this evening, but I couldn't find anything concrete: there's a lot of abstractions and I'm going cross eyed! My goal is...