nocarryr
nocarryr
The comments for [rtlsdr_get_tuner_gain](https://github.com/steve-m/librtlsdr/blob/master/include/rtl-sdr.h#L227) state that a return value of 0 is an error, but what would be an appropriate return value if the tuner gain is actually set to...
I implemented `NDIlib_recv_set_tally` and added the appropriate public methods (at least as best as I could figure out how to). Tested the build on some NDI devices and it appears...
:py:`property` blocks get rendered on a single line instead of separate lines Fixes #1301
Fixes `RemovedInDjango110Warning` in `urls.py` for Django >= 1.8 If support for older versions is still needed, I can add version checks.
Given that all PR's currently fail due to the `cov` run in the config, I decided it was a good time to dig into uncharted territory and see if I...
This may or may not have something to do with CI tests failing. I'm not familiar with it, but can imagine it could cause an issue somewhere in the process.
Share the `quicktions.Fraction` extension type definitions with other Cython modules. To make distribution possible from a pip install, the sources have to be included in the built wheels. The project...