Steven Lu

Results 162 comments of Steven Lu

I believe (i'm not sure) the way you have the functionality implemented _currently_ in this plugin is that once the user starts browsing backups, the current buffer of the file...

Ah I hadn't realized the folding took care of alignment. What happens when we want to view (for instance) a big block that got added? Does the other side show...

Sounds great! I definitely prefer this because the random warping that happens as you scroll through the "dynamic" diff programs is VERY confusing. Those curvey connectors look neat but actually...

You're right about that. I hadn't even entertained the possibility of keeping existing syntax highlighting: I suspect the way to get this working could be difficult (at the very least...

The Beyond Compare approach looks really good. It would be an excellent starting point. I mean I'd be completely happy with it. So "starting point" is relative only to the...

Thank you for explaining mode 2. I was looking around and found some hints about what the modes are but haven't really made heads or tails of it yet. This...

great. To use it now... do i have to specify mode: 2 in the opts or is it implicitly based on the shape of the data?

Sweet. Lack of cursor collision in that paradigm makes sense, this really highlights your dedication to efficiency with this lib and I appreciate that a lot. I'll also ask, do...

I'll just note that I've been very happy with my initial integration of uplot into [my unit test framework](https://github.com/unphased/tst) (i havent done much work on the readme... sooon...). It's really...

GPT4 plus testing shows to me that It appears possible to do this via ```typescript type OverloadParams = T extends { (...args: infer A): any; (...args: infer B): any; }...