Daniel Meyer

Results 200 comments of Daniel Meyer

I could fix this by adding the plugin config with the scopes to my `capacitor.config.ts` ```ts const config: CapacitorConfig = { appId: 'foo.bar', appName: 'foobar', plugins: { GoogleAuth: { scopes:...

The CI is green but https://github.com/mafintosh/is-my-json-valid/pull/193 is not merged. I do not understand why this happens. Can you rebase this PR to the latest master?

Still green. This is so strange. `is-my-json-valid` didn't even have a release.

Ah I found it, I forgot to throw the error. Fixed in https://github.com/pubkey/rxdb/commit/2fe1cc3fadbdcb2591f0a3786bff3d281e8f0a88 Can you rebase again please? Sorry for hassle.

I know this problem. You can fix it by using an official rxjs patch from zone.js: ```ts import 'zone.js/dist/zone-patch-rxjs'; ``` Be sure to NOT use this patch in the polyfill.ts...

Strange error, I restarted the failed CI test.

The code looks good to me. What is the state of the sync now? I see it connects to 'http://admin:mysecret1@localhost:5984' but there is nothing started at this port. As far...

Ah, you are right, sorry havent seen that there never was a server. So I can merge this now?

Merged, thank you for your work. You can ping me in discord for the access to the premium plugins.

Closing this, ping me when I should reopen it.