Espen Amble Kolstad

Results 4 issues of Espen Amble Kolstad

When using kotlin coroutines the use of `NoStackTraceThrowable` causes problems that are really hard to find. This code will not catch the error ```kotlin try { pool.preparedQuery("select true = $1").execute(Tuple.of(12)).await()...

bug

Similar to #178 and might be related to #264 When having a spec with merge of an or-spec, `st/strip-extra-keys-transformer` removes too many keys. However it seems to be an issue...

The client [adds a logFailureCallback](https://github.com/qdrant/java-client/blob/38fd5de62121c8e8b0f1bcb6b89adb39542abbc1/src/main/java/io/qdrant/client/QdrantClient.java#L2719) for all operations and there's no way to change this behavior. E.g. a call to `queryAsync` on a non-existing point logs the error: message: `Query...

**Is your feature request related to a problem? Please describe.** I have long running tasks using AWS Batch where I need to use `Credentials::from_instance_metadata(false)` to get the correct credentials. When...

enhancement