Kevin Jahns

Results 261 comments of Kevin Jahns

Both projects are now owned by Redis. I suspect that ioredis will eventually phase out of existence, so I want to stick with node-redis for now. I hear that node-redis...

Can you please make sure that the tests run? Also, do you have some numbers / test-cases that confirm that this improves performance? Does this decrease performance in some cases?

I think the proper way to cast it is via: `doc.getXmlElement('key') as Y.XmlElement`. Does this work for you?

What is this tool supposed to be doing? I only see "Bad Instructions" Unless this tool is extremely good at .. documenting Yjs?, I will only add it if it...

If outputs need to be loaded anyway, you probably won't benefit from subdocuments. You can also optimize the history by putting the output in a Y.Map. I.e. `Y.Map` Output can...

If you use `dom.doc`, you are creating a range from the custom element, which use a different range constructor. It is not immediately obvious to me why this would work....

The problem doesn't fix itself. This is open source. You can fix it yourself. You may also pay me for fixing this issue. Unfortunately, none of my sponsors use this...

My guess is that this is related to browsers supporting different max-package sizes. y-webrtc expects that messages with arbitrary length can be sent. This is, unfortunately, not the case. My...

I'm sorry that I've been sitting on this for so long. This PR makes quite a few changes that I can't take back easily. I know it fixes your immediate...