-
I've working with JTE as my templating engine recently and been very impressed. The templates are statically compiled and work very well with this library.
However there is an advanced use case wh…
-
When reopening a closed tab (`command-shift-t` on Chrome) with `hx-target` set to an element different than the `body`, the page loads only the partial content returned from the server. Is this intend…
-
`templ css` CSS components are very basic. They don't support a range of use cases #262 including media queries, and the interpolation features are minimal. I have built a PoC of interpolating CSS val…
-
The examples in documentation shows adding new pdfs only. I would like to add lines and curves to existing pdf file. Could you please provide minimal working example of doing the same
-
I see that `htmx 1.9.3` deprecated the use of `hx-on=""` in favor of a new `hx-on:*=""` syntax. While I like the addition of the `:` character to organize the event handlers it does make working them …
-
I have the following implementation
```html
Next
```
This is working fine and the `ws-send` works fine to send data to the server.
However, for a specific case, …
-
NOTE: I'm jumping way ahead with this one, so really this one becomes relevant only once https://github.com/EmilStenstrom/django-components/issues/622 and similar have been implemented. But since I lo…
-
Yes, the day has come.
I decided to devote my time to this project again. I'm humbled by all the stars, the count of forks, the amount of users, and bittersweetly, by the number of issues, and I wa…
-
You provide one example with HTMX, where a model field is dependant on a make field and changes it's queryset accoding to the selected make. This is simple and comprehensive.
But in real life, there …
-
Hey, first off, this is a cool idea I hope it gets some traction. I wanted to leave my two cents here because I've created an Alpine.js plugin (https://alpine-ajax.js.org) with very similar goals.
…