Paso

Results 10 comments of Paso

Hi @robingenz , Yes i do, this is my full `variables.gradle`: ``` ext { minSdkVersion = 27 compileSdkVersion = 30 targetSdkVersion = 30 androidxActivityVersion = '1.2.0' androidxAppCompatVersion = '1.3.0' androidxCoordinatorLayoutVersion...

A minimal reproduction: https://github.com/Paso/fb-auth-repro ``` git clone https://github.com/Paso/fb-auth-repro cd fb-auth-repro npm i npx cap sync cd android ./gradlew app:lint ```

This probably needs to be fixed at some time. My suggestion is to update the docs to say that you should manually add the facebook-login dependency. I have manually added...

Just a heads up that [viliket](https://github.com/viliket)s code above crashes when running on the server (ie SSR). I replaced the ùndefined` parameter with `rv´ to get around it but don't really...

Can @r0adkll confirm that this project is abandoned or will it be fixed before it stops working?

I misread the setInterval as setTimeout, so that explains my confusion about that, but doesn't explain the problem. The code was just a truncated example so it has a name...

Why shouldn't the plugins called from heartbeat be abortable? We use a queue so it is not so easy to tell when the actual `analytics.identify` is being called. If it's...

This is a common error among our users, on both OSX and iOS Safari. I have not been able to reproducs it myself but get the errors reported via Sentry,...

A question about the theming that I don't believe has been answered above. How does it affect the "automatic theme string resolving"? (I don't know what you call it officially)...

Didn't realize the types are separate from this repo. I have created an issue in DefinitelyTyped: https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/68603