Andrew Dupont

Results 562 comments of Andrew Dupont

> This is particularly dangerous when you have same files with different content, for example via cli in testfile in test branch write "lorem ipsum" and save 'n' commit, now...

Not a problem — I forgot that option even existed until reading through the long, long saga of the ticket you linked.

Anyway, here's how it's supposed to work — if it's not working this way for you, please let us know: * Suppose you have `foo.txt` checked into Git and its...

Aha — #1040 is the ticket I made for this last year.

I'll look into this. In the meantime, one surefire way to restore the old behavior for Markdown files is [to force them to use the old-style grammar](https://github.com/pulsar-edit/pulsar/issues/878). (See the section...

> No Worries, I just panicked a bit with the markdown. I figured it out, and I can easily write a script to change my suffixes. Thanks for such a...

As for the issue with code folding in Python: I'm not surprised! This might be a quick fix _or_ it might be a bug in the underlying Tree-sitter parser. I'll...

@TristynAlxander, the latest commit in #1377 should address the Python folding issue, and it'll likely go out in 1.131.0. Thanks for the report!

As for the issue with Markdown and folds: There are several ways that the editor can decide to fold the contents of your editor. The simplest — and the one...