-
Subscribe to this issue and stay notified about new [daily trending repos in Go](https://github.com/trending/go?since=daily)!
-
|HTMX|Django |
|:-:|:-:|
|v: 2.0.2|5.0|
Im delivering the `question` and `question_type_options` without trouble. The problem lies when `hx-vals='{"question_type": this.value}'`:
```html
{%…
see7e updated
2 months ago
-
When responses have leading newlines (`\n`) it seems that the `htmx:afterSwap` and `htmx:afterSettle` events don't fire because no information is added into the `settleInfo.elts` array. This happens o…
-
Looking at https://github.com/cbeust/testng/issues/2727 it sounds like you need to include `module-info.java` in all your releases that `opens `. Otherwise, JDK 9+ users will be unable to read the res…
-
The stats page does not load properly when we open it for the first time.
The event: htmx:afterSwap is not being emitted on time, in the stats.js file.
`"DOMContentLoaded htmx:afterSwap".split(" …
-
I'm not sure if you are already familiar with [inertia.js](https://inertiajs.com/), but I just learned about it and it seems interesting. There's already a couple [go ports available](https://inertiaj…
-
Description:
Set up a basic CRUD (Create, Read, Update, Delete) application using Golang, GORM, and SQLite for the "pay2post" app. This will include user authentication, handling payments, and mana…
-
### I did this
I loaded a site implementing Kanidm in mobile security hardened browser Vanadium.
### I expected the following
I expected the Kanidm site to function the same as on other browsers.…
-
How does Sky prevent nodes from falsifying their identity when making requests? What is our long-term strategy towards closing any loopholes in this?
Does Sky filter out all script tags and include …
-
Here is an example setup.
You have a 3 node corrosion running and 3 golang servers subscribing using https://superfly.github.io/corrosion/api/subscriptions.html
If , in the golang servers, the …