John-John Tedro
John-John Tedro
Many constructors in `chrono` has the behavior to panic on invalid inputs. This issue proposes to systematically change this behavior to instead make use of fallible constructors which in effect...
Currently when tagging a note the context menu which is used to tag items is a bit noisy (says `Remove tag ` / `Add tag `) and gets collapsed as...
Application version: 2.0.0 OS: Windows 10 Clicking a URL like this on Windows 10 does not open the link in your system browser (not sure if it does on others...
This adds the following structures and methods: * `Pcm` which is a user provided collection allocated to the size of `MAX_SAMPLES_PER_FRAME` that dereferences to its stored pcm data `&[i16]`. *...
The incidents with the following ids currently have an empty `armed` field, and if it isn't known whether they were armed or not `undetermined` ("it is not known whether or...
On `openapi-eller 0.3.1`, the following: ```yaml --- openapi: 3.0.0 info: {} servers: - url: "http://example.com" paths: /tagged: get: operationId: get_tagged description: Endpoint to retrieve a single tagged interface. responses: "200":...
Vet the API against (forks) of third party projects to ensure that *it works* as intended. List includes: * [rubato](https://github.com/HEnquist/rubato) (outdated [fork](https://github.com/udoprog/rubato/tree/next)). * [minimp3-rs](https://github.com/germangb/minimp3-rs) ([fork](https://github.com/udoprog/minimp3-rs/tree/next)). * [cpal](https://github.com/RustAudio/cpal). * [creek](https://github.com/MeadowlarkDAW/creek). *...
Two libraries I'm using quite frequently are `bstr`, and `bytes` (who's naming convention is borrowed here), and one of their decisions is to implement an [extension trait directly on types...
This library uses the following concepts: * Buffer refers to an object holding an audio buffer. * A sample is a single value from with in a buffer from a...
Relates #1448 I've tried to the best of my ability to reproduce the verbiage of the reference, some parts feel a bit wordy to me so any feedback would be...