htmx
htmx copied to clipboard
</> htmx - high power tools for HTML
This allows the `Content-Type` to be set via headers in the case of `htmx.ajax` NOTE: I have not tested this yet. This is a proof-of-concept.
Pushup is a Go web framework (unreleased but coming soon) that has an "inline partials" feature which is the same as template fragments.
Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.3.0 to 4.9.0. Release notes Sourced from github.com/labstack/echo/v4's releases. v4.9.0 Security Fix open redirect vulnerability in handlers serving static directories (e.Static, e.StaticFs, echo.StaticDirectoryHandler) #2260 Enhancements Allow configuring...
Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.3.0 to 4.9.0. Release notes Sourced from github.com/labstack/echo/v4's releases. v4.9.0 Security Fix open redirect vulnerability in handlers serving static directories (e.Static, e.StaticFs, echo.StaticDirectoryHandler) #2260 Enhancements Allow configuring...
Bumps [ejs](https://github.com/mde/ejs) to 3.1.8 and updates ancestor dependency [@11ty/eleventy](https://github.com/11ty/eleventy). These dependencies need to be updated together. Updates `ejs` from 2.7.4 to 3.1.8 Release notes Sourced from ejs's releases. v3.1.8 Version...
hx-boost seems to capture the href/hx-get/etc of an element when the boosting logic is setup. But if the element changes its `href` since it was created, `hx-boost` will cause it...
Hello, I'm creating an multipart upload form using htmx and Flask. The user can upload a document to a Flask endpoint, which will then process the document and redirect once...
Please add config option ` htmx.config.inlineStyleNonce:''` and extend function `insertIndicatorStyles` to include: ``` "\ ." + htmx.config.indicatorClass + "{opacity:0;transition: opacity 200ms ease-in;}\ ." + htmx.config.requestClass + " ." + htmx.config.indicatorClass...
Demo here: https://codepen.io/elabx/pen/vYjeawB Possible fix: resolves #1057 Just not sure how to write a test for this :(