sidju
sidju
The documentation and examples are unclear on whether or not reusing the instantiated objects is secure. On one hand the configurations suggest it should be reused, on the other some...
I am home rolling a frontend and deeply enjoying the flexibility offered by seed. I have essentially built a half-isolated component structure with a global Msg (views branch down with...
## Description of the feature For when you use a String or similar non-Copy type as key for a loader you currently need to .clone() each key into the returned...
Currently there isn't a complete selection of sync/async and Result/infallible combinators in TryFutureExt. -|Result|T (auto wrapped into Result) -|-|- sync| none | .map_ok/.map_err async| .and_then/.or_else | none For the times...
Split out the inline modules into their own files. (reduce length of individual files, more predictable file structure) Restructure from linked tree into vector. (increase memory use, but probably reduce...
**Describe the bug** Dual Crossterm versions. This risks unexpected issues and needlessly bloats binary size. **To Reproduce** on a clean compile log shows both Crossterm 0.22.1 and 0.23.2 are compiled....
This isn't finished code, but I think I'll take the leap and learn emacs properly instead and thus this project is a bit dead for me. No matter that I...
The current documentation showcases how to communicate with the Authentication Provider and verify the responses, but it doesn't mention a lot of how to build an authentication flow on it....
Serde derives for json+ld would be a very helpful addition. - Are there plans to add Serde derives? - Do you have any ideas/plans about how to add context into...
# Background and problem: The Aurora Helix uses pull-up/pull-down on the RGB pin as a side indicator for QMK. When I used latest ZMK to build firmware with the RGB...