Tamas Kinsztler

Results 5 issues of Tamas Kinsztler

Currently I only changed your checkAuth function to the following (added $q): ``` NgGooglePlus.prototype.checkAuth = function() { deferred = $q.defer(); gapi.auth.authorize({ client_id: options.clientId, scope: options.scopes, immediate: true }, this.handleAuthResult); return...

First of all, thank you for your solution, it's very helpful. I am using your code in docker container: https://github.com/humpedli/docker-xiaomi-aqara-rtsp Unfortunately I discovered that the CPU usage is increasing to...

Hello! Today I have found your custom component and it works well with my Gree GWH18UC air conditioner, thank you! I had a lot of trouble with wifi connection and...

RFC

Hey! I added android platform (after I added iOS too) with grunt platform:add:android, but it crashed the package.json file: SyntaxError: /Users/hump/Documents/Work/generatorTest/package.json: Unexpected string So I opened the json file and...

Hey! I just used the generator to make a sidebar menu app, but got blank page. I checked the console, and it said that the app.js was in wrong place....