Tom Bell
Tom Bell
Really interested in a solution to this as we're looking to build in some Hue integration into our React Native app.
Just encountered this behaviour today myself, while debugging a plugin which ultimately was due to me running `cordova prepare` not `cordova prepare ios` and wondering why a hook wasn't running...
I'm getting the same effect, and I'm not using ALE. Similarly, after toggling the first time it works as expected.
After some more digging last night, this isn't to do with the Chrome extension as I first thought. It's due to the `AXEnhancedUserInterface` attribute being set on the application, and...
The philosophy behind TomDoc means it would never be rendered by anything as TomDoc comments are meant to be read by humans in the source file itself. However TomDoc is...
I am encountering the same issues now.
I am using an http URL. ``` I, [2015-11-11T00:06:12.645325 #40792] INFO -- omniauth: (bnet) Request phase initiated. 127.0.0.1 - - [11/Nov/2015:00:06:12 +0000] "GET /auth/bnet HTTP/1.1" 302 262 0.0100 I, [2015-11-11T00:06:14.091284...
Pushed to Heroku to test via http, still getting similar error: ``` 2015-11-11T00:40:05.964274+00:00 app[web.1]: I, [2015-11-11T00:37:48.127661 #3] INFO -- omniauth: (bnet) Request phase initiated. 2015-11-11T00:40:05.964274+00:00 app[web.1]: I, [2015-11-11T00:37:49.618274 #3] INFO...
I create a app: Put in name 'Armory Plus (Dev)' Put in website 'https://armory-plus.herokuapp.com' Put in callback 'https://armory-plus.herokuapp.com/auth/bnet/callback' Set my env vars for the specified key and secret. I visit...
I also just checked out the example, and it errors with the exact same error. So I guess I'm doing something wrong when creating the app?