rw950431
rw950431
I found it worked initially but after I installed the Python extension it wont activate anymore. The blue "Reload" button is visible but pressing it doesn't activate, the button is...
Had more success with the forked version from https://github.com/sytone/VisualStudioCodeArduino . Followed instructions about copying 'ino' folder into home dir but instead of copying tasks.json to project I did Tasks:Configure Task...
Thanks Marek. I went down that path and had some success with GET- was able to get some json I had input via the web interface although I had to...
Solved (to my satistaction at least). Theres probably neater and more pythonic ways to do it but I'm happy with this. Thanks for the info Marak. ``` import json from...
I'm trying to write code to run as a standalone service used to receive and process simple requests from a microcontroller. Perhaps I've misunderstood the SDK concept but it seemed...
@pyhedgehog - can you give a basic example of accessing the SDK inside a hook? I couldnt find any documentation about that.
Still no cartridge it seems. To add more details to @razorinc's answer. Add cron cartridge to your app using procedure at https://openshift.redhat.com/community/blogs/getting-started-with-cron-jobs-on-openshift script file in .openshift/cron/hourly/redis-check.sh containing #!/bin/sh kill -0...
Corrected about script since Openshift fiddled with their enviroment variables see here
You're absolutely right! Doh! Wish they would make up their mind... Fortunately most scripts seem to tolerate the '//'
I think the critical point from https://github.com/schollz/find-lf is each Raspberry pi has a USB Wifi adapter that supports "monitor mode", like the TL-WN722N, and it additionally has a second internet...