Matt Palmer
Matt Palmer
## PR Type Feature ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] A...
## PR Type Feature ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] A...
## PR Type ... Other, I guess? ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated....
#### Community Note Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Please do not leave...
Using some new features I've coded for tiny-http (tiny-http/tiny-http#260), this provides (hopefully) user-invisible support for Unix sockets in rouille.
This addresses, though does not really *fix* #83, because it doesn't make refinery support timestamped migrations *by default*, but only if you opt-in to the new feature. However, making it...
(I'm not a fan of "question" issues, but I'm at the end of my tether here, so please forgive me. In my defence, if I can get even the slightest...
Would you be open to a PR that implemented a `Secret::as_ref()` method, that worked essentially the same as `Option::as_ref()`? That is, something like: ```rust fn as_ref(&self) -> SecretRef { //...
Use a well-maintained database of known-compromised keys, such as https://pwnedkeys.com, to mitigate the risks of the DKIM key(s) having been compromised.
This exposes the ability to provide "matchers" for request bodies, and specify your JSON response bodies as JSON, new features recently added to `vcr-cassette`. (Merge note: this PR depends on...