Austin Schey
Austin Schey
When attempting to play [this file](https://mega.nz/file/IqgmjTwS#DMfxlYECsnmAjX9t_roTGMDLWij5BrH_cr4r-6w8-po) with `symphonia-play`, the following error is returned: ` ERROR symphonia_play > file not supported. reason? unsupported feature: adts: only 1 aac frame per adts...
I ran into a bit of difficulty trying to connect the VS Code debugger to the process spawned by `dlv debug`. I eventually figured out that delve defaults to its...
Since the PR to handle input records on Windows wasn't merged, would there be any interest in using a simple polling-based approach to handle resizes on Windows? Basically something like...
Hi, thanks for making this tool! In the output from the CLI as shown in the [example](https://www.artillery.io/docs/get-started/first-test#run-the-load-test), the units for certain reported metrics like the response times and session lengths...
When running the example `media_element_source_node`, the playback appears to play at half speed and half pitch. I was able to reproduce this on both Windows and Linux. I poked around...
## 🤖 New release * `stream-download`: 0.9.0 -> 0.9.1 (✓ API compatible changes) Changelog ## [0.9.1](https://github.com/aschey/stream-download-rs/compare/0.9.0..0.9.1) - 2024-09-28 ### Dependencies - *(deps)* Update testcontainers-modules requirement from 0.10.0 to 0.11.1 ([#102](https://github.com/aschey/stream-download-rs/pull/102))...
`serde-cbor` has been [unmaintained since 2021](https://rustsec.org/advisories/RUSTSEC-2021-0127.html). This replaces it with [minicbor-serde](https://docs.rs/minicbor-serde/latest/minicbor_serde/) which is [noted as a successor](https://github.com/pyfisch/cbor?tab=readme-ov-file#project-is-archived). [ciborium](https://docs.rs/ciborium) is also an option, but it seems to generally have worse performance...
## 🤖 New release * `stream-download`: 0.19.0 -> 0.19.1 (✓ API compatible changes) * `stream-download-opendal`: 0.1.2 -> 0.1.3 (✓ API compatible changes) Changelog ## `stream-download` ## [0.19.1](https://github.com/aschey/stream-download-rs/compare/stream-download-v0.19.0..stream-download-v0.19.1) - 2025-04-14 ###...
Resolves #148 Allows for forwarding additional attributes to the generated partial struct/enum. This is particularly useful for integration with CLI parsing crates like `clap` as you can now create a...
Hey, thanks for making this library. I've been really enjoying it. Recently, I wanted to see if it would be easy to support the common three-layered configuration approach of CLI...