Andrei Nevedomskii

Results 9 issues of Andrei Nevedomskii

Makes `withFirst` iterable assertion infix for convenience

This is a minimal change required to fix #1882 . Introduces: - A test case to verify the metrics published on close are complete and not published twice (with background...

feedback needed

### Expected Behavior Stubbing a method consuming a value class with extra validation in the constructor doesn't fail. ### Current Behavior Stubbing fails with an exception (depends on the actual...

On systems with SElinux enforcing trying to bind a path without a context will result in an error. Using shared context by default will make `withFileSystemBind(String hostPath, String containerPath)` method...

The goal of this PR is to provide an abstraction that can be used to interact with both `org.koin.core.scope.Scope` and `org.koin.core.Koin`. It is especially convenient when you'd like to have...

type:feature-proposal

I guess there's no point in not using cascade deletion, so here it is. :smiley:

**Subsystem** Client **Motivation** Provide a plugin to instrument Ktor client similarly to how the server lib is instrumented with Micrometer. **Solution** This is basically just a PoC to discuss if...

This PR introduces ` getAll(qualifierPredicate: (Qualifier?) -> Boolean)` method to get all instances of the specified type matching the given qualifier predicate. This is convenient when you have multiple instances...

This PR introduces a change to how client coroutine stubs are generated. It makes the generated code capture call site coroutine context into a call option. This is a first...