-
It appears that Rust's [`Maud`](https://maud.lambda.xyz/) HTML templating tool doesn't support asterisks in HTML attribute names, as used in the `response-targets` extension.
I wouldn't be surprise…
-
# Bug
Biblio times out large file after 4 minutes with not-so-great internet connection.
Our colleague at the review team tried uploading this file:
https://deliver.lib.ugent.be/share/01GYY9XRHGYWEM…
-
Hi,
I'm facing a weird issue with HTMX's history support... When a previous state is retrieved from the browser's history some classes are not restored correctly. It's quite difficult to explain, b…
-
### Short description of the issue
2 fields on a page, a TextArea and an Integer. I want the Integer to show only if TextArea has text.
I set the showIf condition: raceResultsParsingSummary!=''
B…
-
I have an overview page for products.
each product is included via sprig:
`{{ sprig('sprig/components/cart/_components/product', {variantId : variant.id, productId : product.id},
{'s-trigger': 're…
-
hey @acaloiaro
I am thinking about the best way to add Navigation
Have 2 use cases:
- static nav, like you typically se at the bottom of a web site.
- dynamic nav, like a side nav which cha…
-
If I have a form with an ID, I get an "e.id.replace is not a function" error. If I remove the ID, then everything works fine, but unfortunately, we need to be able to reference the form in our code.
…
-
It's about moving the Go language binding over to the Microsoft organization, see here: https://github.com/mxschmitt/playwright-go/issues/122
We are currently collecting feedback and upvotes.
-
> This PR breaks this test: https://github.com/bigskysoftware/htmx/blob/master/test/ext/json-enc.js#L112
>
> I'm not exactly sure what the best way to handle this is—I think it's probably to have th…
-
# Feature request
## Is your feature request related to a problem? Please describe.
Currently when redirecting from GoTrue to site url we send the token as fragment which isn't accessible on the…