-
### IDE Information
IntelliJ IDEA 2024.2.4 (Ultimate Edition)
Build #IU-242.23726.103, built on October 23, 2024
Licensed to Jason Pate
Subscription is active until May 8, 2025.
Runtime version: …
-
Hello, I have been running phoenixd on a VPS for a while now and I noticed that it keeps crashing after some time with the following error (assuming I remember the error last time correctly):
```
…
-
TSTL transpiles generators and async-await into coroutines, however coroutine resumptions do not play well in LuaJ as they consume much more runtime than regular function calls.
This issue is to tr…
-
Refactor all major views to Model-View-Presenter with some RxKotlin support.
-
If you were to implement the same framework in Kotlin coroutines instead of using RxJava2 to avoid callbacks (onSuccess, onError) from presenter, how will you do it? Just curious.. :)
Cheers,
Re…
-
Currently Elastic Apm Java Agent doesn't support tracing context inside Kotlin Coroutines. And when you use Elastic Apm in Kotlin project, tracing doesn't work inside coroutines. So it would be quite …
-
-
### IDE Information
WebStorm 2024.2.4
Build #WS-242.23726.96, built on October 22, 2024
Licensed to menorah parapet
You have a perpetual fallback license for this version.
Subscription is active …
-
when I use the library with java code to handle the bug of Android 12 and above I got this error when I open chucker to see the Api data
```
E/AndroidRuntime: FATAL EXCEPTION: main
Process: …
-
**Describe the bug**
The following test works on Android, but crashes on iOS:
```
@Test
fun reproduce() = runBlocking {
val dispatcher = newSingleThreadContext("MyDispatcher")…