Heston Liebowitz
Heston Liebowitz
I just ran into a similar issue. The `$timeout` that @kaiku points out makes it harder to test custom directives that include CSS. Because the `link` function is deferred until...
I have a fork that uses more recent libraries from Google for auth. I believe it fixes this issue: https://github.com/heston/Pyrebase/tree/heston-dev
@thisbejim Thoughts on getting this merged?
@quoctc It looks like the oauth2 request is returning a 200 (`https://accounts.google.com/o/oauth2/token`), but your other endpoint (`/leds/0/status.json?...`) is returning a 401. It's a little hard to tell exactly what's going...
@abdelwahebmoalla I install it in "editable" mode directly from GitHub: ``` pip install -e git+https://github.com/heston/Pyrebase.git@a77bd6f6def656b1dcd77d938fac2707f3c4ba61#egg=Pyrebase ``` This has some drawbacks (mainly, it's slow, since it has to clone the repo),...
It appears that this project is no longer being maintained. However, I have a fork that is updated and I can confirm works: https://github.com/heston/Pyrebase/tree/heston-dev. You can install with: ``` pip...
+1 I also get an error trying to use this with webdriver 2.44.0
+1 for this to get merged