Lars

Results 120 comments of Lars

Dunno if related, I also get a hard crash, but only from an app deployed to the app store. If the app is built locally it works fine (both in...

Mine is related to the R8 minifier (three shaking code it shouldnt), so I think my crash is unrelated to this. EDIT: It was: some custom proguard rules fixed it.

So I ran into this in a Flutter plugin, which are always using the main thread by default. So I use runBlocking to offload some work into non-ui threads which...

I suggest not deviating the API from the official one. Otherwise we could find ourselves in a future scenario where the official API (iOS/Android) is changed in a way that...

Wondering what the status of this one is? You guys seemed pretty enthusiastic about it initially. 🙂 Ran into it myself a few days ago, but from Flutter running on...

> @thebrianchen thanks, I've added you to the private repo on Github. Please let me know if you need other info, thanks @thomasdao Do you still have the private repo...

Not sure what my reasoning was. Reopened

A daemon being killed off while running jobs is especially relevant in horizontally scaled setups. If a node is taken offline, then the jobs can get stuck in this state,...

Can confirm this is still a problem with `nativescript-angular 7.1` and `tns-core-modules 5.1`. Also wanna point out that this is in the backlog for 6.2, and that ship seems to...