-
While refactoring the filter chain used in one of our services, which is based on `Kotlin`, `Spring Boot`, `WebFlux`, `coRouter` & `coroutines`, I've run in the following scenario:
* `observationRegi…
-
We observed a crash on Windows in coroutine code after upgrading to 19.1. Needs at least /O1.
Compiling the attached repro code, crashes.
Clang-cl 19.1
msvc-14.39.33519
windows sdk 10.0.2262…
flode updated
1 month ago
-
Using Conan package `trompeloeil/48` and `gcc-14`.
The code below
```c++
#include
#include
#include
class Mock
{
public:
MAKE_MOCK0(fibonacci,std::generator());
};
TEST_CASE(…
-
While researching how to implement bidirectional streaming RPC handlers, I came across [this article](https://medium.com/3yourmind/c-20-coroutines-for-asynchronous-grpc-services-5b3dab1d1d61#:~:text=W…
-
### Expected Behavior
I have a class annotated with `@Controller` and my method return `Flow` as response. Inside the method I have to call another suspending function, because e.g. I want to fetch…
-
Binding the return value of the `pytest.raises` context manager to a variable prevents some warnings from being triggered as part of the test. As a result, the warning is not displayed in the test run…
-
| | |
| --- | --- |
| Bugzilla Link | [50372](https://llvm.org/bz50372) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid |
## Extended Description
I am …
-
### Do you need to file an issue?
- [ ] I have searched the existing issues and this bug is not already filed.
- [ ] My model is hosted on OpenAI or Azure. If not, please look at the "model providers…
-
**Bug Report**
await-not-async does not warn on `async for` in list and dict comprehensions, and incorrectly does give a warning for `await` inside `GeneratorExp.elt`.
For list & dict comprehensio…
-
Using this `implementation("network.chaintech:compose-multiplatform-media-player:1.0.26")` or this version `implementation("network.chaintech:compose-multiplatform-media-player:1.0.16")`
Syncs perf…