-
would be grate if suave could be the cross language web platform we all dream of, i tried to compile it with fable on a single fsx script (dotnet fable), got this error, seems the fish custom operator…
-
Hi @app-generator
Can you update the readme to guide us how to use htmx?
-
Hi there! I might be confused on how the [preload extension](https://htmx.org/extensions/preload/) is supposed to work. See this screenshot of the chrome dev tools inspecting the network activity when…
-
The presentation system should use some kind of established JS framework.
-
Similar to the [next](https://github.com/junobuild/examples/tree/main/next/diary) or [react](https://github.com/junobuild/examples/tree/main/react/diary) examples, it would be cool to provide an [html…
-
When using this plugin the handler will always return HTTP 200 code even if status code is explicitly set
reproduction
```
export const app = new Elysia()
.use(html())
.get('/should-return-e…
-
When the server returns a `HX-Redirect` header, the `htmx:afterRequest` event for that request will not tell whether the request was successful or failed. The `event.detail.successful` and `event.deta…
-
The default `htmx-indicator` CSS style in htmx 1.9.6 seem to cause the indicator to appear during initial page load, and then fades away.
Minimal example:
```html
⏳
load
…
-
When we try a websocket write, `ensure_connection(...)` is called, which calls `setup_connection()` without an argument
https://github.com/SimonDanisch/Bonito.jl/blob/1a6083e84a660cc50e25bcd13349e3…
-
Hi,
as we all know, web browsers implement a default behavior when links are clicked with pressed **ctrl/cmd** keys or the **shift** key. With ctrl/cmd pressed, the page is opened in a new tab, with …
flof updated
7 months ago