Cole
Cole
@cescoffier will give it the old college try!
@cescoffier This might be a little outside my pay range but wanted to get your thoughts. https://github.com/quarkusio/quarkus/blob/7aa6f66917bf781116bbf5d96690482acc6eefa9/extensions/redis-client/runtime/src/main/java/io/quarkus/redis/runtime/client/VertxRedisClientFactory.java#L68 I found the specific area in code where this happens. All of this...
@cescoffier any thoughts on this?
> > > Is there an easy way in the RedisClientProcessor class that we could query dev services to determine if it has initialized any named beans/default beans for a...
@mkouba @radcortez From a config perspective I'd agree, empty and absent should be two different things. Maybe this is a question of context with dev services then? Maybe each extension...
I apologize, this is potentially shifting into partially a feature request. This might be breaking for people that rely on the automated launch of dev services on null values currently,...
> DevServices work by setting up the relevant connection configuration for the services if no connection configuration can be found. The problem is that the DevServices config evaluation happens at...
@sberyozkin I'm just now seeing this. I use smallrye-jwt from Quarkus and have noticed this runtime issue when configuring the extension according to the Quarkus docs. I have a separate...
I'm running into this exact same issue. Someone [over here](https://github.com/simonbengtsson/simple_peer_flutter/issues/3), apparently figured out that this [specific throw](https://github.com/flutter-webrtc/flutter-webrtc/blob/2ca2a432d9ff8ad7747e6fa750287ac4256d2db7/lib/src/native/rtc_peerconnection_impl.dart#L435) can be removed from flutter_wbrtc and their application will run again. From what...
@thaidmfinnick I've seen the same error with audioplayers as well, which is yet another well maintained library that claims Windows support. This leads me to believe the issue is deeper...