Paul Woolcock

Results 16 issues of Paul Woolcock

I have a trait in an existing crate of mine that I'm trying to convert to an async-trait, but am running into a problem with the order in which proc...

I have a data structure like this: ``` struct Foo { // ... foos: BTreeMap, // ... } ``` And sometimes, the keys for that map can be numbers, but...

Hello! I have recently resurrected my helper crate [`nom-test-helpers`](https://docs.rs/nom-test-helpers/6.1.2/nom_test_helpers/index.html) and was wondering if it could be included somewhere here, in the README or elsewhere, so other people might be able...

I brought up a possible backend implementation using the [sled](https://github.com/spacejam/sled) database, and danilo suggested I open a tracking issue to discuss it. (I'll post more specific thoughts later, just wanted...

feature
rfc

This is an iterator that is a mix of `std::slice::chunks` and `fold`. Instead of chunking the source up into predictable lengths though, it allows the user to inspect each element...

waiting-on-author

Are there any plans to support rhythms that don't fit nicely into 16th-note patterns? Right now I see that the audio engine is calculating the length of a sample by...

this commit adds a feature, `track_caller`, that allows the user to opt-in to using location information from `std::panic::Location` instead of the built-in `file!` and `line!` macros. This will allow log...

this crate is unable to deserialize the document shown here, in the OpenAPI v2 spec: https://swagger.io/docs/specification/2-0/basic-structure/ . It fails with the following error: ``` ---- test_basic_structure stdout ---- thread 'test_basic_structure'...

Would it be possible to update the sha1 in JuliaLang/METADATA to fix this?