@HumanCEO

Results 23 comments of @HumanCEO

same here, unable to upgrade to 2.0.1 version

Any update on this? Is it still not possible to link custom OAuth providers with official login providers?

same here with framework7 v5 and keyboard plugin 3.x tried `import Framework7Keypad from 'framework7-plugin-keypad/dist/framework7-keypad.js';` with no avail

agree, this should be natively supported with hasFocus stylesheet options like normal/error

This should be much simpler than that :( Such a wonderful library but without onFocus styling support its not complete. Really ugly hack, change border color on field focus: ```...

we are seeing it too, around 4GB a day, what is it? Is it safe to cleanup this container? How are you guys handling this clogging of disk space?

> I have the problem but in my case it was when I'm using the browser on Incognito mode. Hope it helps someone. same thing happened in chrome incognito mode,...

here's tsconfig: ``` { "include": [ "src" ], "exclude": [ "src/just/example", ], "compilerOptions": { "noImplicitAny": true, "esModuleInterop": true, "outDir": "functions", "module": "commonjs", "noImplicitReturns": true, "noUnusedLocals": true, "sourceMap": true, "strict": true,...

>now all the other functions stopped working because of this issue. yep, all functions will stop working, simple importing `import { CloudTasksClient } from '@google-cloud/tasks';` will break everything >I tried...