Bryce Fisher-Fleig
Bryce Fisher-Fleig
S3 storage
I wish I could mashup this project and [quickwit](https://quickwit.io/docs/): > Quickwit allows true decoupled compute and storage. We designed it to search straight from object storage like AWS S3 in...
I'm trying to build a rust project which only targets Firefox. I know that mozilla central holds geckodriver source code, but that only the webdriver facade (webdriver crate) is published...
AFAIK, rust-ci is looking for my documentation ./doc/. However, cargo now builds the docs inside the target directory (./target/doc). It would be nice if rust-ci automatically looked in the place...
I'm a big fan of whats happening in Tide and the overall approach. Many web server frameworks in other languages allow for extensions that produce swagger output. The swagger output...
It seems like this crate is intended to do the rendering directly, but I'm curious about integrating it with a game engine like Bevy or Fyrox or even Godot. Do...
I wasn't able to run the examples in this repo until I installed these dependencies (ubuntu 22.04): ``` sudo apt-get install libgbm-dev libglfw3-dev libgles2-mesa-dev ```
I have a struct with a `chrono::DateTime` value that I'd love to serialize/deserialize using this crate. Currently, I'm only using `serde` because of the easy integration with `chrono`. I _think_...
**Requirements** - [ ] I have added test coverage for new or changed functionality - [ ] I have followed the repository's [pull request submission guidelines](../blob/master/CONTRIBUTING.md#submitting-pull-requests) - [ ] I...
**Is your feature request related to a problem? Please describe.** When I run ld-relay-proxy on my mac as part of a test suite, I see a security popup because ld-relay-proxy...