-
Since 1.10.2024, our application started to crash:
```
app-1 | [2024-10-04 06:52:16 $119.0] WARNING Server::check_worker_exit_status(): worker(pid=711, id=0) abnormal exit, status=0, si…
-
Hii, im getting some kind of error with the api...
```
BedWar Mod 0.1.7.Pre.1: Api JSON syntax error
Caused by kotlin.collections.builders.ListBuilder: com.google.gson.stream.MalformedJsonExce…
-
### Description
I have the following function that I use in my Compose code:
```kotlin
@Composable
fun initialFocusRequester(): FocusRequester =
remember { FocusRequester() }.apply {
L…
-
Thanks for the great library!
There are a couple of stales issues and PR, but they don't seem to have gone anywhere.
Is there any plan for `Parallel` and `Memory` to work on co-routines? Or workar…
-
Got this interesting crash in the demo app... Nothing particularly interesting about the session. I had just started it up in the emulator and was idle (during a trip, but no inputs since location was…
-
try coroutines for breadth-first unification
-
### IDE Information
IntelliJ IDEA 2024.2.3 (Ultimate Edition)
Build #IU-242.23339.11, built on September 25, 2024
Licensed to Global Media Group Services Ltd / Dan Scarborough
Subscription is acti…
-
Does cocotb have a the equivalent of `asyncio.run()`? I'd like to test cocotb-based coroutines without a simulator.
-
### IDE Information
GoLand 2024.3
Build #GO-243.21565.208, built on November 13, 2024
Licensed to Michael Henderson
Subscription is active until January 31, 2025.
Runtime version: 21.0.5+8-b631.1…
-
### Description
I am implementing a API backend in Kotlin using Ktor, a popular Kotlin web framework that uses coroutines for requests. I am testing using Bugsnag since I already use that for Android…