William Stein

Results 812 comments of William Stein

Still a bug.

NOTE: The cursor **is** visible in text cells, but only when that text cell is in edit mode: It even works with one user using WYSIWYG "Text" mode and the...

This is pretty general/vague. It would be a lot more actionable to have more concrete issues. That said, this could be a great issue for discussing a general strategy.

Another comment -- there is a typescript rewrite of diff-match-patch here: https://github.com/google/diff-match-patch/pull/74 It would be cool to create a new github repo based on that, which has my fix(es) to...

I was worried the typescript version might vanish, so I made a clone here: https://github.com/williamstein/diff-match-patch-typescript

OK, I looked into this: - This code has some easily copyable characters for testing: https://github.com/google/diff-match-patch/pull/80/files#diff-35eb933acfa17a64ac26d2b0c14fa8bb548ebdb1922321dc716491df14090442 - E.g., 🈯 and 🈲 and 🌈 - Notice how in Javascript these surrogate...

Related -- I just did a quick but nontrivial deep dive into https://crates.io/crates/diff-match-patch-rs I'm really glad that exists, since I've always wondered how a good wasm dmp implementation would perform...