Matt
Matt
Thanks for the great library! :) I'm trying to pass an authenticated user to a LiveView so I can access current_user, with the end goal to authorize access to resources...
I was wondering how difficult it'd be to add an option to print a header row of column names as the first row of the file. I looked over the...
- [x] I have read [CONTRIBUTING](https://github.com/Quick/Nimble/blob/main/CONTRIBUTING.md) and have done my best to follow them. ### What did you do? 1. Added quick and nimble to my pods file: ``` target...
**Is your feature request related to a problem? Please describe.** Is there documentation on how to use access_kit as a ui developer using egui? I looked through both egui and...
Reproduction steps: 1. Clone repo 2. cd async-fetcher 3. cargo test Results: ``` -> % cargo test warning: method `content_length` is never used --> src/lib.rs:651:8 | 650 | trait ResponseExt...
Reproduction steps: 1. Clone repo 2. cd async-fetcher/fetcher 3. cargo run Result: ``` -> % cargo build warning: method `content_length` is never used --> src/lib.rs:651:8 | 650 | trait ResponseExt...
While compiling my lib with this crate, I saw the following warning: ``` warning: the following packages contain code that will be rejected by a future version of Rust: bitflags...