Dave Gallant

Results 12 comments of Dave Gallant

Running into the same issue on debian. Output from `RUST_BACKTRACE=full cargo build --release`: ``` --- stderr Warning: unrecognized map: .maps Warning: unrecognized map: license thread 'main' panicked at 'called `Result::unwrap()`...

~/Library/Developer/Xcode/DerivedData -- clear this and it should work on 1.0.0

``` Collecting PyQt5==5.5 Could not find a version that satisfies the requirement PyQt5==5.5 (from versions: 5.6, 5.7, 5.7.1, 5.8, 5.8.1.1) ``` Cannot find this in pip.

@echoma I don't think they exist in pypi: https://pypi.python.org/pypi/PyQt5/

from: https://docs.pytest.org/en/latest/parametrize.html ``` # content of test_expectation.py import pytest @pytest.mark.parametrize("test_input,expected", [ ("3+5", 8), ("2+4", 6), ("6*9", 42), ]) def test_eval(test_input, expected): assert eval(test_input) == expected ``` This test has 3...

Yeah, I guess that's what I naturally expected because the default formatter shows the params in square brackets: ``` pytest -v test_params.py::test_eval[3+5-8] PASSED [ 33%] test_params.py::test_eval[2+4-6] PASSED [ 66%] test_params.py::test_eval[6*9-42]...

Oh, interesting. I am on Ubuntu (and my pytest is 3.5.1) ``` metadata: {'Python': '3.6.4', 'Platform': 'Linux-4.13.0-39-generic-x86_64-with-debian-stretch-sid', 'Packages': {'pytest': '3.5.1', 'py': '1.5.3', 'pluggy': '0.6.0'}, 'Plugins': {'repeat': '0.4.1', 'metadata': '1.5.1', 'html':...

> Same problem on NixOS with Ryujinx 1.1.1053, it cannot detect a bluetooth controller (Xbox in my case) after the app launched. Everytime I let my controller turn-off I need...

Would it be outlandish to request configuration that would allow User-Agent override? I've [forked it](https://github.com/davegallant/audiobookshelf/pkgs/container/audiobookshelf) for now to get my CBC fix. If anyone else wants to use it: ```...

> It can be added to the main ABS, but the current user agent string was added because other podcast servers were blocking ABS because it was not using an...