-
Currently, the default dispatcher used for suspending controller functions is `Dispatchers.Unconfined`, which is a dangerous poor choice. I believe it was chosen due to the common misconception that `…
-
`appbase` executor currently does not support c++ 20 coroutines. Currently SHiP is using `app().get_io_service()` which by-passes the priority queue executor. `appbase` executor/priority-queue should …
-
Hi!
Using quarkus I've tried to create resource using code like this:
```kotlin
@GraphQLApi
@RequestScoped
class SomethingResource(
private val somethingService: SomethingService,
) {
…
-
Hi, thanks for your plugin. It's very good :)
I want to reproduce a smooth change of blur values (after pressing a button, for example). And for this purpose I use coroutines. But the blur filter s…
-
**Is your feature request related to a problem? Please describe.**
I can't write
```kotlin
single {
someSuspenfingFunctionReturningObject() // ERROR, can't call outside coroutine scope
}
```
…
Pitel updated
3 weeks ago
-
Hello,
When I execute any async code, for example below:
```python
import asyncio
from playwright.async_api import async_playwright
from playwright_stealth import stealth_async
async def mai…
-
Hello. I fixed my code via ruff.
Applied fix and unsafe fixes.
But ruff did not find one error.
I forgot to write await when calling an asynchronous function.
Accordingly, I received RuntimeWarni…
-
I want to start off saying that this is a really cool and interesting project and I think a KMP based syntax highlighter is an awesome idea! I am excited to use it for something I am working on. Howev…
-
### Before You Begin
- [X] I confirm that I have downloaded the latest version of the addon.
- [X] I am not playing on a private server.
- [X] I checked for an [existing, open ticket](https://github.…
-
It might delete the tasks with their callbacks and coroutines while the coroutine is still in use. The problem is that when coroutine returns in this test, it would still execute `CoroOpFinal::await_s…