Tyson Bailey
Tyson Bailey
When running run_docker.sh "samtstern/android-studio" and it is following the setup wizard for android studio, when installing the archives, it says "url not found" for a bunch of thigns and eventually...
Additionally, chances are the class names count is less than or equal to 2 which is causing the confusion to be 0 and subsequently to fail to meet the zip...
I'm fairly unfamiliar with how pip works, however I guess the newer versions only allow installing of certain release number formats. so the default "pip install " isn't working. This...
With the following code: ``` var hdhr = require('hdhomerun'); hdhr.discover(function (err, res) { console.log(res); var device = hdhr.create({device_id: res[0]['device_id'], device_ip: res[0]['device_ip']}); device.get('/sys/model', function (err, res) { console.log(res); }); device.set('/tuner0/channel', 'auto:51',...
With the following code ( chaining things per your suggestion with the last issue). ``` var hdhr = require('hdhomerun'); hdhr.discover(function (err, res) { console.log(res); var device = hdhr.create({device_id: res[0]['device_id'], device_ip:...
I have a relay board that is active low (I believe) well either way, Turn OFF was actually Turn ON for me and vise versa, I attempted to edit PI-GPIO-Server/pi_gpio/static/partials/pins.html...
This might be more of a misunderstanding of how the software works, but I'd like to 'connect' to the chromecast permanently. For some reason after a period it times out...
I had issues compiling on Ubuntu 18.04. This is my patch it compiled and seemed to decompress a install file I wanted to try it on: ``` diff --git a/CMakeLists.txt...
## Issue summary [Put a detailed description of the issue here.] Update batch file/docker files to map a local folder so you don't have to manually docker cp the related...
## Issue summary Where are built UI's released? is it expected for the user to compile and build the UI? Or do we want to push them to the releases...