Aral Balkan

Results 312 comments of Aral Balkan

@jakehl Hey Jake, is your work available somewhere to play with? Sounds very useful :)

While I can reproduce this with the `` example, above, I can’t reproduce it in my fork with a script injection attempt The following tape tests pass in [my fork](https://codeberg.org/small-tech/vhtml):...

@remziatay Thanks, Remzi. I was clearly confused while writing that :) The more I think about this, the more I feel there isn’t really a satisfactory way to fix this...

Not sure if you still need this but it’s part of what I implemented in my fork a while back: https://github.com/aral/express-ws

Hi @fgnass, I just ran into this issue… was this ever resolved or is instant currently only supported on a single path? (@jseto did you ever solve this for your...

This also affects the WebSocket extension (basically anything that depends on `hx-swap-oob`) https://github.com/bigskysoftware/htmx/issues/2308 And it also affects use of the idiomorph extension with WebSockets: https://github.com/bigskysoftware/idiomorph/issues/40

This would also be very helpful when doing screencasts/live streams. I’d love to be able to hide the interface after performing an action so I have as much screen space...

Confirmed as working in 1.15.6. Thanks, @phase1geo :) Closing.

Just a note that @grimaldello’s solution didn’t work for me on Fedora Silverblue 37 (using podman). Still getting the same error as in the error report… ``` … ALSA lib...

@crojack Thanks, but on Fedora Silverblue 37 with podman, at least, when I run: ``` sudo podman run --privileged -it \ --device /dev/kvm \ -p 50922:10022 \ -v /tmp/.X11-unix:/tmp/.X11-unix \...