1cg
1cg
Hi There, I am taking a break from code for a few weeks, will review this when I am back at it, probably end of next week. Cheers, Carson ///...
Hi There, Sorry to keep pushing this off. What concerns me about the change is that it is so large, for something that isn't useful to the majority of htmx...
poll related: https://twitter.com/htmx_org/status/1436364749055447061 looks like pulling websockets and sse out is the favorite to win. interested in taking over the websocket extension? :)
Hi @frankier @benpate has pulled web sockets out to an extension, and it is now in `dev`. Any interest in updating your pull request against that code? Thank yoi!
@benpate let's have a chat today about potentially integrating this into the new websocket stuff.
@Renerick this is an older web socket change that languished. Worth taking a look at for the new extension?
Two thoughts here: 1) If you send an `HX-Redirect` header, you want just a normal 200 response code because the redirect is going to be done server side. 2) It...
great catch! would you mind putting together a pull request for this?
Sorry to take so long to respond to this. I have just started thinking about an `hx-sync` attribute that helps deal with this: https://gist.github.com/1cg/785a98742b10cfd67d421d9d8f42f918
the websocket infrastructure treats all swaps as out of band: https://github.com/bigskysoftware/htmx/blob/74f520cf8b818c64aa79009449e24f4ac8be1497/src/htmx.js#L1417 is htmx helping much here? Seems like you've got a pretty specific setup you want and a plain web...