Mark Amery
Mark Amery
Okay, coming back to this after a break... I think porting to TypeScript is probably actually no more work than adding JSDoc comments would be. One problem with adding JSDoc...
I can reproduce the slowness if I try diffing c.json and d.json from your repo using `diff.diffJson`; I'm not 100% certain if that matches the behaviour when running Mocha, but...
Doesn't look like he's been active on GitHub since October. How'd you try to reach out to him? Looks to me like in addition to the email address listed in...
I've gone ahead and done so: https://twitter.com/XplodingCabbage/status/1209112938042318848
@FichteFoll do you now expect the domain move to be permanent? If so, this weekend I'll edit the [86 SO posts](https://stackoverflow.com/search?q=docs.sublimetext.info) that point to the old domain to point to...
If I understand right, the problem is that right now we treat all CJK characters as if they were punctuation marks / word breaks, and the fix here treats them...
Interesting. Yeah, this is a bug.
(https://github.com/kpdecker/jsdiff/pull/435 is a start towards this and fixes an outright bug, but I think we can probably go further.)
This looks like it probably does something worthwhile and would be good to get merged, but I know @djacobs is pretty conservative about merging anything that he doesn't understand and...
A very simple test case to reproduce this performance bug is a one-line file containing nothing but an array of a few thousand short strings on one line. Try to...