-
# Description
* Click "Add Case (single)"
* Provide files for all the interfaces
* Hit the save button
# Expected:
The status of the upload(s) is visible somewhere
# What actually happens:
…
-
I've been playing around with **HTMX** (https://htmx.org/) a light weight hypertext first web framework that uses server side rendering which reduces the amount of javascript code in an app by a large…
-
* Package version: 1.7.2
* Django version: 2.1.2
* Python version: 3.6.5
When a form is send to the server it validates it returns css_class += ' is-invalid' for the validation failures but what …
-
Looks like the Module name has changed ?
xcaddy build --with github.com/infogulch/caddy-xtemplate=.
```
2023/10/09 14:59:21 [INFO] exec (timeout=0s): /opt/homebrew/opt/go/libexec/bin/go get -d…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
Our company has a Razor Pages proje…
-
I'm using go fiber, and setting a "HX-Redirect" header does not redirect the page, but it's getting changed to "Hx-Redirect"
Example:
Setting `c.Response().Header.Set("HX-Redirect", "/success")` d…
-
The only [official way](https://doc.nette.org/cs/application/ajax
) for using AJAX/snippets is to install a JS library that is heavy and hard to install (Naja), or has been abandoned (Nittro).
It'…
-
any way we can also use standard go templates ?
templ is cool, but would be nice to also be also be able to use standard ones without need for complation.
-
I'm trying to pass data from ts to a sprig component. I found the htmx.trigger() function and tried it. My component is refreshing, but i can't access the data i'm trying to pass.
"Foo" is the varia…
-
I'm using HTMX in Python/Django to create a "filter" effect for a dashboard app.
The filter uses hx-get with the path set to a view that contains the appropriate html fragments.
It works well but ..…