marcardar

Results 26 comments of marcardar

If you try to pass in a scope to the then() function, then that won't compile because infix functions only take a single argument.

Thanks, yes I just saw the README, and that's very useful. My thinking here, is that, from alpha/beta/rc I want to know about updates towards stability. From stable releases, I...

-- Btw, may I ask how do you find this app? Just searched the Play Store for "chinese dictionary" and your app stood out because it's got one of the...

I've also been experiencing (3.12.2) crashes (MacOS 12.3.1, Macbook M1 Pro) for simple queries in a non-deterministic way. Perhaps happens about 1 in 10 queries on average. The app crashes,...

This is how I deal with this (feedback much appreciated): ``` single(named("instanceProvider")) { suspendableLazy { createAndInitInstance() // returns instance of MyClass } } ``` and then: ``` private val instanceProvider...

@elliotmurray I'm also experiencing this with the default snackbar. Did you find a solution? Does this help: https://stackoverflow.com/a/42222170/444761 (also: https://www.codeleading.com/article/43344985927/ )

I already have that set up and is confirmed by doing this in the Terminal tab in AS: % echo $JAVA_HOME /Applications/Android Studio.app/Contents/jre/Contents/Home However, there was an issue recently with...

Just a heads-up that this issue does appear to be secondary to something else going on with my setup. I disabled the sqldelight plugin, and I still get the issue...

@shahsurajk unfortunately I'm really snowed under at the moment :(