Doug Tangren
Doug Tangren
Without a way to test on windows its difficult to reproduce windows reported issues. Let's figure how a coping strategy. Virtual box sounds like the current best option https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
I spent a good chunk of last year moving my crate projects error handling over to error chain to be consistent and to play nice with the emerging community of...
this adds a new example to help illustrate a reproducible case for https://github.com/jonhoo/rust-imap/issues/106 and an alternative to oauth2 tokens for users of this crate in the future --- This change...
currently all yaml strings are being emitted regardless of whether they are actually needed or not. typically you don't need them in yaml. it would be useful to have a...
I was going to start a discussion on this on twitter https://twitter.com/softprops/status/1049729377699794944 but then I remembered this working group existed. What I'm looking for is some guidance and direction for...
https://github.com/OAI/OpenAPI-Specification/blob/master/schemas/v2.0/schema.json
Very nice looking crate! I'm evaluating this as an option to use aws's hosted elastic search. aws requires all requests to be signed which seems most doable with this crate...
## 💡 Feature description When composing queries you refer to items attribute names. A derived item has access to these names. To make queries less error prone, let's define associated...
https://github.com/huxi/rusty_ulid/blob/master/README.md