webzwo0i

Results 76 comments of webzwo0i

Thanks for sharing this with us. FTR: As far as I understand, we already have the workaround in place (low max http buffer size value). Not sure, if this is...

Thanks for reporting! First steps are https://github.com/ether/etherpad-lite/pull/5112 We still ship jquery directly, so we could just hard code the fixes instead of waiting for me to complete #5112 (unfortunately I'm...

It really depends. First you should check if running something like `optimize table` helps: https://dev.mysql.com/doc/refman/8.0/en/optimize-table.html Do you have any plugins enabled? Plugins like ep_image_upload can cause additional data to be...

As a side note: The commits that fixed https://github.com/ether/etherpad-lite/issues/2802 should be re-evaluated.

Thanks for the input @rhansen! Will clean up. Regarding putting the test into the same commit as the fix, I thought we also put the test in a separate commit...

Thanks! I added the tests to the appropriate commits, ~~added `poolOrArray` to `easysync-assembler`~~ and also refined the commit messages of the last three commits. Rebased onto latest develop

OK, I think I ensure that newlines are everywhere first. It's possible that I didn't saw missing newlines because it's dealing with edits at the end of the pad.

Will have time in the next few days. I'll probably tackle curCol/curLine behavior first, including asserting the invariants. For newlines behavior I need to take a look at `mutateAttributionLines`

Sorry, cannot reproduce on a fresh virtualbox install of FreeBSD 12.2-RELEASE, node v15.10.0 and npm 6.14.8. I did: ```git checkout (either 1.8.12 or develop works) ./bin/installDeps.sh uncomment users section in...