Ivan “CLOVIS” Canet

Results 63 issues of Ivan “CLOVIS” Canet
trafficstars

**Which version of Kotest are you using** 5.9.0 Normally, kotlinx-coroutines-test awaits all foreground coroutines before ending the test. ### Example 1 ```kotlin class ForegroundTest1 : FunSpec({ this.coroutineTestScope = true this.coroutineDebugProbes...

bug 🐛
waiting-for-clarification :grey_question:

Hello! I would like to use this library as part of a DSL that I own, to be able to declare benchmarks dynamically. However, the project currently requires declaring benchmarks...

Sorry in advance, I don't know anything about compiler plugin, so I don't know how to interpret this message at all. Maybe it's obvious. Reproduction: - Repository https://gitlab.com/opensavvy/groundwork/prepared - Commit...

This is just a feature suggestion for IDEA relating to this library, and since this library was just announced, it's probably not until the far future. It would be great...

This would allow sharing searches by sharing the URL, or integration with [Site Shortcuts](https://support.google.com/chrome/answer/95426?hl=en&co=GENIE.Platform%3DDesktop)

**Use case** I have a complex `Flow` that possesses many elements. I have a business rule that is, literally, to do something if any of them satisfies a condition. If...

enhancement

**Is your feature request related to a problem? Please describe.** I have a service "Trigger" that triggers an action in other services. The services that must be triggered implement a...

### 🤔 What's the problem you're trying to solve? We commonly have multiple variants of sentences with a few small differences. For example: - Declare "this thing" - Declare "this...

:zap: enhancement

As discussed in #4212. This is my first proper contribution to Coroutines, so please be nice :) At this stage, my goals are: • Optimal API surface • Correctness I...

With a given source, if I run `source.peek().readInt()`, does this guarantee that 4 bytes will be read into the source's buffer? If so, this should be documented in `Source.peek()`.

doc