Michael Dimchuk

Results 6 comments of Michael Dimchuk

I didn't dig too deeply into the codebase, but using `Chalice.__call__` as a global entry point for any and all events seemed like the cleanest solution. This would make it...

I agree that abstract classes shouldn't be exempted from the duplicate code check, but that's not really my ask here. The issue here is that while `ignore-signatures` does in fact...

If only Quarkus specific properties need to be resolved, can they be filtered out in [EffectiveConfig#generateFullConfigMap](https://github.com/quarkusio/quarkus/blob/1664dc233510ea154e85b9572c5f563ebbedb578/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/EffectiveConfig.java#L104)? I don't have full context so could be wrong, but it looks like it's...

@marcphilipp I don't know if the team is open to re-evaluating this feature request, but here's an example scenario where something like this is useful: https://github.com/quarkusio/quarkus/issues/38336. In a scenario where...

That'll definitely work and that is an extension I looked at before, I was just hoping to use something as close to a native Quarkus extension as possible, and since...

Just to add to this as well since my use case is fairly similar, but rather than Lambda we're running on EKS. In my scenario it's a pretty small Spring...