-
### Describe the problem
We have no UI since we deprecated it in #6948.
### Describe the solution you'd like
I want to use [HTMX](https://htmx.org/) to create UI in small steps.
I think an i…
-
### Python Version
3.11.6
### Django Version
4.2.6
### Package Version
1.17
### Description
The documentation says the detection of a partial htmx request should be: `if request.htmx:`. However…
-
Note: I'm not sure if this is necessarily fixable with htmx due to the way the browsers behave, but it might be something that needs to be highlighted in the documentation.
Use case: I'm using hx-b…
-
### Checklist
- [X] There are no similar issues or pull requests for this yet.
### Is your feature related to a problem? Please describe.
Not related to a problem.
### Describe the solution you wo…
-
one section where people could feature their SaaS or whatever product using htmx in the stack would be great
-
Ideas for a better website:
- Hugo
- Jekyll
I have my own site setup with Jekyll with Github Pages so that we can push when needed.
-
| Field | Description |
|--------------|-------------|
| Plugin | 'LSP' |
| Nixpkgs | `24.05` |
| Home Manager | not used |
- [X] I have read the [FAQ](https…
-
A few of us at PyCon this year got together and brainstormed a new Web Stack that we are calling PyHAT (Python, htmx, ASGI, TailwindCSS). The first thing we set out to do is create [awesome-python-htm…
-
I'm developing an application using AWS lambda triggered by WebSockets over the API Gateway. After the lambda's maximum execution time is reached (maximum 15 minutes!), the AWS infrastructure will cle…
-
I am using django-jsonform together with HTMX .
I have created a model that looks like this:
`class GroceryStore(models.Model):
PRODUCTS_SCHEMA = {
"type": "array",
…