jsd1982

Results 18 issues of jsd1982

Added `--no-surround` command-line option to disable surround-sound channel mapping assumptions made end-to-end from input to output. Added `--coupled n,m,...` command-line option to specify a custom set of coupled channels when...

See https://github.com/JamesDunne/pico-stdio-usb-bug for a minimal(-ish) reproducible example with no external dependencies required. Steps to reproduce: 1. Use Pico board with USB connection to host PC 2. Build example repo 3....

Installed latest OSX Fuse 3.5.8 from https://osxfuse.github.io/ Installed mtpfs dependencies via: ``` brew install libid3tag brew install libmad brew install libmtp ``` After `./configure` and `make` I get these errors:...

Really just need a way to format byte rates as `float64` would be sufficient enough. An additional `"/s"` can easily be appended.

When @streaming=true, header values are improperly serialized to HTTP as values like `content-encoding: ["gzip"]`

When returning a `*Field` widget from `ColumnCell()` to act as an editable text field, it seems all interactive functionality of the `*Field` does not work within the table. I've made...

Running on a MacBook Pro with an Apple M3 Pro chip on Sonoma 14.4. Compiling bsnes from source on latest master branch commit `79770f6207a5d244652644c5e2d9f4328bd974ac`. Bsnes logs this error when first...