Clint Checketts
Clint Checketts
There is a lot of noise in the startup JSON. It would be nice to hide or just dim entries that are under a configurable threshold. Also formatting all numbers...
See https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html#expression-utility-objects This adds a `#htmxRequest` object that can be used similar to `#request` in Thymeleaf templates. ```html It is an htmx Request ``` This change subclasses the `SpringStandardExpressionObjectFactory` to...
Since the `#` sign is used when looking up message properties, Thymeleaf throws an error when a CSS selector is used directly. This works: `hx:target="${'#myDiv'}` This also works: `hx-target="#myDiv"` (Since...
HTMX's support for hypermedia client means that we could write tests that validate those calls. I wonder if we could add test support that would inspect a response, locate an...
This is an example of things to consider. Not a PR of features. - [ ] Should we document how to interact with forms? - [ ] Onchange the first...
Is there support for .Net or Node.js clients? If not would there be interest in pull requests to support those?
I would like to investigate adding some metrics to Thymeleaf. The Spring library already uses Micrometer so this won't introduce a new dependency. I'm primarily interested in recording which templates...
The Promregator Lite effort is being broken into several smaller PRs. This issue is intended to track those PRs and features all together. ## Summary / Problem Statement Promregator lite...
This PR add the implementation for the `DiscoveryControllerV2` and the `DiscoveryService` This also introduces all the holding objects that are used during the CF calls.
When using `/singleTargetMetrics` to scrape an instance, if that instance is throwing an error or failing to authenticate, or has a bad accessUrl, it is swallowed by Promregator. I would...