Serge

Results 16 comments of Serge

The `members` event provides the list of users who are connected at the time of connection. Use `member_join` and `member_leave` to catch any users joining or leaving. It's hard to...

I don't think WebRTC is working on iOS safari.

It's a shame that it markdown-js doesn't support it. I have to use marked for it which doesn't support custom syntax, a loss-loss both ways.

What if we listened to the change:comparator event when the comparator is a string. I think it would make sense for a collection with a comparator to keep itself sorted....

Here is a primitive example of how to update a job: ```javascript agenda.jobs({name: 'job name'}, (error, jobs) => { const job = jobs[0]; job.attrs.data.someProperty = 'new value'; job.save(); }); ```

@hughmp I've been using this approach in production for a while and haven't noticed any drawbacks with it.

@lakshya-8 nope, it's still working in production, I've barely touched the code since my original comment

What about generating a JSON file with all page titles, is this possible? I would happily contribute to this. (I'm looking into Puntch as a possible framework for a website...

Any fixes for this? Getting the same error after upgrading to 0.8.0

@kevburnsjr I found jsonpatch to only work with some limited JSON objects. I ended up changing a lot, read more https://github.com/herkyl/patchwerk/issues/1