Jon Gallant
Jon Gallant
@tonybaloney - Def open to a PR if you'd like
I resolved this by commenting out ble.stopScanning() in /adaptors/ble.js. Please see this commit for the exact change. https://github.com/jonbgallant/sphero.js/commit/788e944ca793493f3238d65249d7bfb5e9ad72c3 You can either make that change locally or you can use my...
This issue is being tracked here: https://github.com/Azure/azure-iot-sdk-python/issues/80 If you need to upload files from Raspberry Pi, then please use this script - https://github.com/jonbgallant/azure-iot-rest#file-upload @zolvarga
Any update @joelhulen?
Adding @JasRobe to the issue.
That works today.
Screenshots pls
I believe this is happening because azd deploy first tries to get the latest image. We could gracefully fail there if the service isn't found at that step.
Sure, but I think we can support this scenario with a CreateIfNotExists method.
Following the logic of using Dictionary semantics, Dictionary has the ability to test if a key exists with ContainsKey. My only way to get this behavior is with a try/catch...