Aral Balkan

Results 312 comments of Aral Balkan

@sberlinches Hey Sergio, so I don’t know where I got it into my head that the `getWss()` function takes a route parameter (probably [here](https://github.com/HenningM/express-ws/blob/11928f260bcb4f4897879bf09c8abe32ca4c65f2/examples/broadcast.js#L9)). It doesn’t. And there’s no built...

Right, I‘ve pushed two more commits. The first fixes the documentation regression I’d introduced by stating that the `getWss()` function had an optional `route` parameter and the second introduces linting...

OK, I lied, so I just pushed another commit that makes broadcast filtering (i.e., limiting broadcasts to just the clients on a certain route – for example to implement rooms...

@Ron-SSG Hey Ron, can’t speak for this project but I’ve been using it from my fork at https://github.com/aral/express-ws and it’s been part of Site.js for a while (https://sitejs.org). Hope that...

@Ron-SSG Sorry, I don’t know why I’m not getting notifications properly here. I also don’t think I entirely understand the problem you’re running into. With Site.js, along with my fork,...

In case it helps, I’m using my fork (https://github.com/aral/express-ws) in Site.js (https://sitejs.org).

@ddgll Just a quick nudge that this was implemented in https://github.com/ddgll/vue-idb/commit/d1a801d2c1815098dedb798ed5163bc6e8ac953e and it looks like the issue can now be closed :)

@th3l0g4n Hmm, but that’s the thing, this error triggers when hx-swap-oob='morph' is not added when hx-ext='morph' is specified on the page (because, say, you want to use a different swap...

Note: I’ve now worked around this in Kitten by granularly adding the hx-ext='morph' attribute only to DOM elements where hx-swap-oob='morph' is specified. In case it helps anyone else, here’s the...

One major use case: if you need coverage for ESM projects.