Luca Barbato
Luca Barbato
Had been a while it would be good to move from release candidate to final release.
`scheme://host/path/#` and `scheme://host/path/` are different and so is `scheme://host/path/?`. It would be nice if `--get` lets you differentiate them and and `--set` lets you produce them.
I'm trying to follow the example in the documentation, it but I'm currently completely lost on the error message reported.
Would be possible to support non-uniform scales such as `day/hour/minute/second/millisecond/microsecond/...` ?
**Describe the bug** Some targets do not accept `@` as-is, so terms such as `@id` or `@type` have to be escaped/transformed. **To reproduce** Steps to reproduce the behavior: - Use...
[luet](https://github.com/mudler/luet#sat-encoding) is implementing a resolver around the concepts from [OPIUM](https://ranjitjhala.github.io/static/opium.pdf), we could use a similar resolver. - [satoxid](https://docs.rs/satoxid/) seems the [nicest](https://docs.rs/satoxid/0.1.2/satoxid/constraints/index.html) to use. - [splr](https://docs.rs/splr) seems to focus on performance,...
### Improvement I appreciate that the boards cad files are provided but for the people unaccustomed to CAD it would be great if you could provide a case design. If...
- [ ] Document Decoder - [ ] Document Encoder
It provides a `av-codec`-compatible interface built upon the intermediate abstraction. - [ ] Decoding side - [x] Basic support (`i16`-format stereo only) - [ ] Extended support (`f32`-format, proper channel...
The intermediate abstraction provide a **safe** layer over the unsafe `rust-bindgen` bindings. - [ ] Decoding side - [x] Allocation - [x] Setup - [x] Decoding - [ ] Query...