Aral Balkan
Aral Balkan
The easiest/most generic workaround I’ve find so far is to use `hx-vals` on the element that has the ws-send. e.g., the following will send values you have in the parameters:...
This is the same issue as: https://github.com/bigskysoftware/htmx/discussions/970
I’d also love to have this. Instead of symbols, I like to have the status declared in words so I have to manually edit the file currently to look like...
I see that the current work appears to be under https://github.com/bigskysoftware/htmx/tree/v2.0v2.0 so I’m going to familirise myself with that branch and (a) see if the issue still exists there and...
Issue is still there in v2.0v2.0 branch. e.g., failing test to add to test/attributes/hx-swap-oob.js to recreate: ```js it('works with a swap delay', function(done) { this.server.respondWith('GET', '/test', "Clicked!") var div =...
This also affects idiomorph’s morph: syntax (you can’t use that when using the WebSocket extension – interestingly, I was just trying to make a markdown preview updated via WebSocket scroll...
@jeffturcotte Oh wow, you implemented it :) This is awesome! CC @1cg, have you seen this? Thoughts on getting it into v2? :)
@jeffturcotte This looks like a great first step toward the goal of making SSE and WebSockets first-class citizens and have hx-swap and hx-swap-oob behave consistently with the only difference being...
@jeffturcotte I just started a discussion on the htmx Discord about this (https://discord.com/channels/725789699527933952/1046573806547910677) and @Renerick kindly responded that this would be good to try and get into 2.0 As such,...
@jeffturcotte @Renerick Update to the above. All tests were not passing with Jeff’s code for me, only the ones in the browser that I ran using `npx serve` from localhost:3000....