-
autogold seems really cool.
go test -update
- updates the goldens ?
go test .
- runs the tests and checks against the golden ?
-
I am using htmx and want my code to be able to retrieve the value of a set item in a radio group. Here is the htmx that I am trying to use:
…
-
Just discovery HTMX, download .js file, create HTML index file but it do nothing. Got %subj% in F12 developer tools.
```
HTMX - elementary example
Retrieve answer!
…
-
Hi @lucidrains ,
I had previously started working on a web application with the FARM (FastAPI, React, MongoDB) stack for collecting annotated query and answer data with human feedback reward signal…
-
So, I've started some experimenting with making a pagination extension. What I've got so far is really messy, but that's beside the point. Current sticking point is that `htmx.process(element)` seems …
-
"{\"issue\": \"1\", \"link\": \"https://news.ycombinator.com/\", \"query\": \".titleline > a\"}"
-
Is there a way to add credentials (login and password) to authorize connection?
-
"{\"issue\": \"2\", \"link\": \"https://news.ycombinator.com/\", \"query\": \".titleline > a\"}"
-
### Describe the bug
I using TreeSitter for Astro.
For some reason I'm getting some of the syntax highlighting when starting template of the HTML part in Astro like so:
![image](https://github.co…
-
Hi Everyone!
Been figuring out if I should go with Hotwire or htmx/alpine and wanted to get something running to then explore how things work as I'm pretty new to coding so abstractions are a bit …