henrik
henrik
@qhoarau Have you find a solution yet?
I had the same issue. Don't have a solution but there seems to be an issue with `use_frameworks! :linkage => :static` in the Podfile which is required by firebase. After...
These are the typescript types of firebaseui-web 6.0.0 ``` interface Callbacks { signInSuccessWithAuthResult?( // tslint:disable-next-line:no-any firebase dependency not available. authResult: any, redirectUrl?: string ): boolean; signInFailure?(error: firebaseui.auth.AuthUIError): Promise|void; uiShown?(): void;...
I have the same problem. My MySQL `wait_timeout` is set to the default 8 hours and `maxLifetime` and `idleTimeout` are not modified in my hikari config. I noticed that always...
Hey @mclack I'm using a custom logger class to report errors to bugsnag. I use this class inside my ServiceWorker _and_ in my regular application. Therefore I'm using a dynamic...
I have a similar issue when merging two PDFs using [`pdf-merger-js`](https://github.com/nbesli/pdf-merger-js/issues/33), which uses `pdfjs` under the hood. The error occurs with [this PDF](https://github.com/rkusa/pdfjs/files/13031203/causes_error.pdf).
I also stumbled across that ``` fly deploy \ --build-secret MY_SUPER_SECRET=some_value \ --build-secret ANOTHER_SECRET=other_value ```