Andrew Dupont
Andrew Dupont
@mauricioszabo, from #994: > Anyway... I feel we need to fix this in `autocomplete-plus` indeed. What is **very weird** is that `autocomplete-plus` don't require a `score` field for completions, so...
> as an example, suppose I have a provider that filters public methods first, then private ones; it would be rude to undo this sorting... There's a tension here. I...
Relatedly, I feel more and more like I'm ready to jump into `autocomplete-plus`. I think it's clear that it needs revisiting and that we need it to be able to...
Having trouble reproducing this myself, and my system is very similar to that of the reporter. I suspect the repro steps are more nuanced than what's written above, since the...
Yeah, those same steps fail to reproduce the issue for me. Soon there'll be a new ARM64 release of PulsarNext for you to try, but I don't have any reason...
> [@savetheclocktower](https://github.com/savetheclocktower) Thank you very much, you was right. Everything starts to work as expected after i changed `this.path` to `this.realPath` in [this line](https://github.com/pulsar-edit/pulsar/blob/a2ab1cdff97aa0ef74dfc1bc863ab25763c4e8a4/packages/tree-view/lib/directory.js#L461) in debugger Fantastic! Still no idea...
> [@savetheclocktower](https://github.com/savetheclocktower) Yes, i've checked in VS Code just now, it updates Apache log file correctly without any issues 🤷‍♂️ Unfortunately i'm not so good in programming and i can't...
There's another draft issue about adding a JSON5 grammar. That would take more effort, since some of JSON5's enhancements aren't understood by `tree-sitter-json`. There is [a community JSON5 tree-sitter parser](https://github.com/Joakker/tree-sitter-json5)...
A couple of these test failures are legitimate and need fixing by yours truly. `deleteToEndOfLine` has a weird behavior where, if it's at the end of the buffer line, it...
There's a setting that governs this and it defaults to `false`. Have you made sure that `core.closeDeletedFileTabs` is `true`?