DroidZed

Results 11 comments of DroidZed

Any new update on the fix ? I have the same issue even if I add `kotlinx-coroutines-android` , `kotlinx-coroutines-core` and `kotlinx-coroutines-test` on the same project while writing and android instrumented...

I really like the concept , but doing it for Windows 10 would save us a lot of trouble (I'm downloading a virtual machine as I write this comment because...

I managed to get it working...It was due to a patched APK I used for the game since I didn't buy it. Just make sure to download the **ORIGINAL** APK...

Is there any new update for typescript ?

The Dribblish normal one doesn't have this issue afaik. The patch you provided is already applied when using the automatic install so I don't think that's the issue.

Same thing, plus I noticed that the bug also appears with folders folded. Edit: same thing for the icons... Edit 2: it also happens with the sidebar is both expanded...

My guess is that when running `go test your_test` it loads a different environment than the original one ran by `go run main.go`... So the `.env` at your project's root...

Please add the necessary typing in `index.d.ts` to conform with the changes in the js file. ```diff + focus: () => void; ```