Andrew Dupont

Results 79 issues of Andrew Dupont

### Have you checked for existing feature requests? - [x] Completed ### Summary Suppose `package1` has this in its `package.json`: ```json { "providedServices": { "my-service": { "description": "Does a useful...

enhancement

I found this bug yesterday while working on a new language package, so I've got a brand-new Tree-sitter PR ready to go after the 1.129 release. I am fully aware...

This is one of those PRs that may sit here for a while without much attention. But that’s OK, because the alternative is that it sits on my hard drive...

pulsar-next

### Thanks in advance for your bug report! - [x] Have you reproduced issue in [safe mode](https://pulsar-edit.dev/docs/atom-archive/faq/sections/what-does-safe-mode-do.html)? - [x] Have you used the [debugging guide](https://pulsar-edit.dev/docs/atom-archive/hacking-atom/#debugging) to try to resolve the...

bug

…with a couple of bug fixes along the way. Part of this is to at least give folks who suffer from #1287 something to test out in the unlikely event...

### Have you checked for existing feature requests? - [x] Completed ### Summary The idiot described is hypothetical — but describes all of us. [Including me!](https://github.com/pulsar-edit/pulsar/pull/1305) ### What’s the problem?...

enhancement

### Have you checked for existing feature requests? - [x] Completed ### Summary This request [came up in discussions](https://github.com/orgs/pulsar-edit/discussions/307). I can think of a number of reasons that a package...

enhancement

In the LSP spec, `additionalTextEdits` on a `CompletionItem` are described as follows: ```ts /** * An optional array of additional text edits that are applied when * selecting this completion....

I realize the [Electron example itself](https://github.com/microsoft/node-pty/blob/main/examples/electron/renderer.js) is old and this library has been given a major overhaul recently. But I just wanted to get this on your radar. The Electron...

bug