Mark Kubiak
Mark Kubiak
Allows unmodified build with bitbake tools, which check to ensure no host paths are used at compile time.
Hello, While using cython-hidapi on an embedded device, I came across a build issue. The setup.py contains hardcoded additions to the include path such as ``/usr/include/libusb-1.0`` and ``/usr/include/hidapi``. This, as...
Hello, I'm trying to get this going with Anaconda2 v5.1.0. However, lots of stuff seems incorrect. For example, scipy.stats no longer has the nanstd function (afaik it never has) and...
Using 0.0.3 on a Raspberry Pi 2 to an external DAC. The --dbrange setting only worked with a value of 1. Upon inspection of the commit that added --dbrange, I...
``` from steamapiwrapper.SteamGames import Games >>> games = Games() >>> games._get_urls([222880, 264200], "us") ['http://store.steampowered.com/api/appdetails/?cc=us&appids=222880%2C264200&l=english&v=1'] >>> games._get_urls([222880], "us") ['http://store.steampowered.com/api/appdetails/?cc=us&appids=222880&l=english&v=1'] ``` The first link (appids=222880%2C264200) returns "null", while the second link (appids=222880)...
Many things in this PR, if you want me to split them up let me know. 1. Fixed bugs in _getMasterStatus(). According to the Air app, it seems that the...
Over the last few days I've been working on getting the MiniDSP 2x4 HD to talk to my Raspberry Pi and have it display the current volume, mute, input, etc....