Michael Dimchuk

Results 4 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...