Clint Checketts
Clint Checketts
I don't see either points you brought up as problems though. Perhaps I'm misunderstanding something **Point 1**- You are saying the a bean wouldn't be needed and can could be...
I also like it. It will also need to support setting a custom url: ```java @HxRequest @HxPush //Implies the value of the current request mapping @GetMapping(path=TasksWebPath.OVERVIEW_SCOPE) public HtmxResponse taskOverview(@PathVariable("scope") String...
Can you help me understand how it would have negative AND positive values? I understand a difference is subtracting times. So START - END would be negative, but END -...
Great use case! I think the problem you are running into is the `minimumExpectedValue` defaults to `1`. See https://micrometer.io/docs/concepts#_scaling_and_histograms for how you can configure that. Let me know if that...
@xhaggi What is the reasoning to deprecate `@HxTriggerLifeCycle`? Was there a discussion I need to catch up on?
I'm fine with the deprecation. We had created it to clarify the usage, but I haven't used it myself so making it more flexible is fine by me.
I'll look into the header passthrough. Very good point there.
I just verified that my technique is not passing headers through. I'll fix that and rebase my PR
> [@checketts](https://github.com/checketts): This approach also made the "Parser" class, which you apparently dislike a lot 😁, obsolete. Hence it is also another step towards "SimpleProm". 🥹 Sorry the PromClient breaking...
@eaglerainbow Interesting choices for their format. Cheers on the the thoroughness! (And I confess my laziness in just passing it through in my implementation)