Denis Palashevskii
Denis Palashevskii
The reason is this fragment of code https://github.com/bigskysoftware/htmx/blob/master/src/htmx.js#L3224-L3230 Basically, here is what happens when you load htmx without defer 1. Browser starts loading the page 2. Browser loads and executes...
@1cg sure, I will check it out
I've looked through the diff and added some comments about the implementation. Overall, I think that would be a welcomed addition to htmx websockets support. To accept this feature, it...
So... I've given it some thought, and I believe that by implementing this feature in the WS extension, we will provide some **really** specific and opinionated solution for a rather...
I think, you need to specify hx-swap-oob="morphdom" in the websocket message, not in the page body.
@jaysoffian Thanks! For the record, you didn't "break" it necessarily (in fact, your PR was 110% reasonable), more like an unintended consequence that only appears in VERY specific circumstances.
Thanks for the heads up! I'll have a look on this weekend
@jaysoffian Unfortunately, this change breaks sudo completely as Synology default shell does not seem to support these string substituions ```shell [REDACTED]@synology-1:~$ mktemp "${{TMPDIR:=/tmp}}/pyinfra-sudo-askpass-XXXXXXXXXXXX" -sh: ${{TMPDIR:=/tmp}}/pyinfra-sudo-askpass-XXXXXXXXXXXX: bad substitution [REDACTED]@synology-1:~$ echo "${{HOME}}"...
yes, you are absolutely correct, my bad. I did install pyifnra from your commit via nix-shell, so there was no problem on this side ```nix let pkgs = import {...
Hi! Thanks for your PR, I'll review this ASAP