-
### Description
Given https://github.com/zalando/connexion/blob/master/examples/helloworld/swagger/helloworld-api.yaml swagger file, let's add query param to the endpoint
```
- name: someId
…
-
By adding kotlin-std and kotlin-reflect and kotlin-couroutines to the bot library
-
Consider this attempt to integrate coroutines with cancellable callback-based API using `suspendCancellableCoroutine`. This example is for Retrofit, but the same issue could appear with any cancellabl…
-
My code is running into [this line](https://github.com/JetBrains/kotlin-native/blob/81b710985663056329919b2b72a2926a0737f47b/runtime/src/main/cpp/Memory.cpp#L356) when it calls a method from iOS (call…
-
``` kotlin
val t1 : Task= {myPepper.say("Nous voilà dans la cuisine!")}
val t2 : Task ={myPepper.animate(R.raw.exclamation_both_hands_a003)}
val t3 : Task = {nao.animate(R.raw.exclamation_both_hand…
-
I have tried to retrieve the transcription of a test wav file from a python script. The console of the server is working properly, showing the transcript, however, I couldn't get the transcript as the…
-
Hello! I have a trouble with my music bot. I'm trying to play next track using _after = check_queue_. But i can use _await_ only inside _async def_ functions, so i cant use await. Without _await_ i'm …
-
### Background and definitions
Currently coroutine builders like `launch { ... }` and `async { ... }` start a **global** coroutine by default. By global we mean that this coroutine's lifetime is co…
-
Hi,
When I pause the game using deltaTime = 0f, OpenScreen or Popup does not work (Maybe because of using couroutine ). How can we pass this?
Thank so much!
-
Hi,
Great module you got going on! I am attempting to make Python function identically to NodeJS as part of a personal project. Currently, I am using your Promises in a fashion that follows A+ but st…