A Koufatzis

Results 19 issues of A Koufatzis

Hello I opened PR: #479 to allow the users of the lib to disable the validation of the dimensions of the images to be added to the pass. I think...

enhancement
v7

This PR allows to skip checking the dimensions of the images provided to the library. I had some issues especially around the logo which I think the library currently is...

## Bug Report Hello we are using Spring Boot 3.0.2, Spring Data R2DBC and r2dbc-postgresql. Under normal conditions everything works fine. Though when stress testing our service we observe Netty...

type: bug

I am using Spring Cloud Stream Binder Kafka to connect to an Azure Event Hub Kafka. I am observing a strange behaviour that Kafka AdminClient is being created despite being...

Hello. When using Kotlin Reactor Coroutines like the following: ``` return mono { val text = "Greetings from Spring Boot!" logger.error(text) text } ``` then the _traceId_ and _spanId_ that...

bug

When using the Kafka Reactive Binder to consume messages from two different Kafka Cluster the app start fails with ```onfigReactiveWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt:...

enhancement
ideal-for-contribution

Hello I observed when passing lazyConnect to the cluster constructor like ```redisOptions: { lazyConnect: true }``` as described in the docs https://github.com/luin/ioredis/blob/master/API.md#new-clusterstartupnodes-options ioredis seems to ignore this value. When passing...

Hello and thanks for the great work. I found a possible issue after updating to the latest version of the plugin. **Plugin version** 3.5.0 **Gradle version** 9.2.1 **JDK version** 21...

bug
more information needed
performance

When selecting a package through the Intellij Context menu and trying to run the tests included in that package we are getting the following error: ``` Exception in thread "main"...