Daniel Frett

Results 12 comments of Daniel Frett

![Screen Shot 2021-11-05 at 9 22 48 AM](https://user-images.githubusercontent.com/47818/140516988-54de981e-f1e4-4cfb-bae6-94dee004f5a0.png) Here is a debugger stack trace of when the `ConnectivityManager.sInstance` variable is being set with a `ConnectivityManager` instance that references an Activity...

I have a rough plugin implementation over here that could be used as a basis for this issue: https://github.com/CruGlobal/kotlin-mpp-godtools-tool-parser/blob/antlrUpdate/build-logic/src/main/kotlin/org/cru/godtools/shared/gradle/KotlinAntlrPlugin.kt There is an issue with android lint tasks for a few...

Has this been fixed in the latest version of robolectric or Compose?

my robolectric tests are still failing when trying to `performClick()` on an `IconButton` in a SearchBar. compose material3 version: 1.2.1 robolectric version: 4.13

I just tried upgrading to `androidx.compose.material3:material3:1.3.0-beta04` and that did fix the test, so it looks like it will be fixed when material3 1.3.0 comes out (or one of the transitive...

Because this is a threaded design change, I would ask that this pull request is tested on other architectures before it gets merged in to make sure I didn't overlook...

I would try some simultaneous operations (such as multiple processes reading files at the same time) to exercise the interpreter pool and actually get it potentially swapping the active interpreters...

I've now been running a couple mounts using this patch for 2 and a half weeks without having to remount them. They are currently using less memory than they were...

I've thought about the fact that we basically use globals to track some Fuse state, which as you found leads to the inability to mount multiple filesystems within the same...

moving all the variables from MY_CXT into the private_data struct will break threaded mode. Any SV private_data stores will only be good in the interpreter it was created in. This...