Ryan Festag
Ryan Festag
@hpwit: Try this: ``` cd ~/Arduino/hardware/espressif/esp32 #I determined the checkout by running `git log`, and finding the last commit on 12/19/1027 git checkout 70d0d4648766cea047613062ed50a9ecfc9de31f ``` It seems to be behaving...
The correct solution is to update your esp32-arduino library to the latest version from git, and to use the get.py script (details in the esp32-arduino install instructions) to pull in...
Just wanted to touch base on this, since I'm spending a bit more time playing with it. I'm particularly interested in 2) above. I'm mostly just trying to get a...
I guess I don't really see why resource execution across multiple callbacks is an issue with transactions. Even of you are trying to execute the transaction across multiple callbacks, you...
Can you provide a sample of what you're doing? The scan only runs of the specified period of time, and that's it. If you want to scan again (or scan...
I'll take a stab: 1. Does adding the BACKGROUND_LOCATION cause "always" to show up - https://stackoverflow.com/questions/61909313/allow-all-the-time-location-prompt-not-coming-in-android-sdk-29 2. I'm curious if you need to re-request the permission after you resume if...
The solution from @m4dc4p has the added benefit of working well with tools like `cdk`, which currently do not support SSO named profiles. Workarounds exist, but this seems like a...
Actually, it looks like documentation/understanding Vue issue. I had to change ":direction" to "direction". Using :direction tells Vue to look for a variable called "vertical". It would probably be clearer...
Sorry, I don't think I was clear in my second post. I did get it working; the problem was that the README.md shows using ```:direction``` instead of ```direction```. That was...
@zkochan - Thanks for chiming in. Do you have any input on whether there is a way to use the workaround above in a workspace?