-
I'm working through the HTMX book and I noticed the `templ` generator only generates sanitized URLs for:
- ``
- ``
### Generator code reference
I believe this is where the issue is - https://git…
-
**Is your feature request related to a problem? Please describe.**
Nowadays there is an abuse of JS in pages, making maintenance more costly. htmx is a very simple and creative way to make web stuf…
-
**Is your feature request related to a problem? Please describe.**
Being able to debug complex issue, such as the one described in #490 might become tricky to do with the ncurses based interface.
…
-
After some research, it turns out that HTMX supports modifier attributes in `hx-swap`. E.g. `swap:1s`, `settle:1s` and `scroll:bottom`. https://htmx.org/attributes/hx-swap/
There's a lot of possibl…
-
This repository and its code is currently unlicensed. So as explained by [ChooseALicense](https://choosealicense.com/no-permission/):
> If you find software that doesn’t have a license, that generall…
-
As you may know hawkBit uses Vaadin 8 for its user interface. Vaadin 8 reached its end of life **(EOL) at 21/02/2022**. Currently **hawkBit** depends on the latest released under Apache 2.0 license V…
-
**Is your feature request related to a problem? Please describe.**
The app is using an older (and now discontinued) version of Stimulus. We’d like to upgrade the app to [the newer version](https://…
-
Hi,
Let's say I wanted tabs on a page to be loaded in frames but I wanted each tab to have its own distinct URL. Currently it doesn't seem like this is possible out of the box because switching bet…
-
Hi,
**What am I expecting:**
I am expecting to execute 'gowebly run' and see in the browser reflected the html changes that I make in the index.templ file
**What happens**
Even if i refres…
-
As someone just starting, I would like to understand the React dependency more.
- What does it provide?
- Would a vanilla HTML and Javascript example be possible?
- Would a htmx example be possible…