Lars
Lars
I should add that I'm already using the NativeScript extension in VSCode (if that is required), and no auto-imports. And sorry for posting in the wrong issue tracker :)
So creating a `references.d.ts` file with the contents: `/// ` fixes the problem. Any reason creating a new plugin doesn't ship with this? Also, have you considered using the `@types`...
Sounds good! It's a feature that might help us quite a lot, as we're seeing horrible cache performance on low-end payment devices.
> Just to share that I am eagerly awaiting this feature to be supported soon too, as it has impacted my apps. Right now I am forced to reduce the...
To prevent the bot from aggressively closing: Thanks for the workaround!
Unknown, I've never seen a `[cloud_firestore/internal] Internal errors. Means some invariants expected by underlying system has been broken. If you see one of these errors, something is very broken.`-error myself....
Thing is, the JVM target should actually be Java 8, in order to support the lower SDK levels (Android 7.1, but you can go lower with desugaring). I'm pretty sure...
Thanks for your reply. > So when you, for example, want to play a click, just check if AudioSource? click;. If it is null use loadAssets() else play() it. >...
I'll give it a go, but I think you need to turn the device off for a bit longer: it might need to enter doze mode.
I've created a simple project with the above code. I'll also leave it for a while, and see if that does anything. The reason I expect some kind of memory...