Dirkjan Ochtman
Dirkjan Ochtman
Currently, we support tuple, path, name, and various literals, but not ranges. Add support for a `Target::Range` variant.
## Feature Request If I understand correctly, using https://github.com/andrewhickman/protox should make it possible to avoid the use of protoc binaries. It would be great if tonic-build offered built-in API (using...
This is based on rel-0.22 for now to facilitate testing Quinn -- can rebase to main before merge if we want to.
This contains a merge commit, so I'm not sure we can/want to rebase it.
I started looking at setting up git commit signing yesterday per the instructions in #441. However, when I look at my `~/Library/Containers/com.maxgoedjen.Secretive.SecretAgent` dir using `ls -l` I get an error:...
This test keeps failing in CI. If I run `cargo test --test named_https_tests --all-features` it passes locally.
So I started to work towards a better API to accomodate the discussion in #1904. Ideally I think we'd want to allow underscore by default in host names, and potentially...
Hi there, this looks like a great project, I'm eager to adopt it! I noticed this after I found that the Better TOML VS Code extension has been archived. It...
For work, I'm currently implementing RSS feeds. These use RFC 2822 date/times for the `pubDate` field. It would be nice if there was a `serde::rfc2822` module that I could use...
Tracking issue for the 0.5 release. Blocking issues: * Avoid panicking in chrono function calls (see #815) * Rename fallible constructors etc to `try_()` * In general, review `_opt()` APIs...