Justin Triplett
Justin Triplett
I have run into the same problem, and it seems weird. The traceback I see is pointing to this line: ``` with open(path.join(path.abspath(path.dirname(__file__)), 'README.rst'), encoding='utf-8') as f: ``` The encoding...
@TomHyhlik as I mentioned I had the same problem when trying to install via PIP. However I got it to install manually, hopefully it actually works too. Just clone the...
Out of curiosity how did you go about installing pynfc?
a possible simple update / workaround: change line 98 in `templates/rq_dashboard/dashboard.js` ``` text: instance.split('@')[1] ``` Although I think perhaps the password should not be passed in the api results at...
You're welcome :) thanks for the consideration. This is on `VERSION = '0.6.1'`
Thanks for your work on this James. Is this where I might want to manually adjust the timeout for now if I am currently only concerned with http? https://github.com/jamesoff/simplemonitor/blob/master/Monitors/network.py ```...
Yeah this seems to only be a bug with the pip deployment. Manual installation works fine for me as well, on Python 3. This is quite the blast from the...
PureData is like a _backend_ for music systhesis software, you can work with it directly or there are other popular tools that work with it. It's pretty cool, I don't...