Andrew Dupont

Results 560 comments of Andrew Dupont

By the way, I've purposefully been making atomic PRs, but I've also got a branch with all of these changes combined. If they all look good to you individually, I...

@ahlinc informs me that this is caused by https://github.com/tree-sitter/tree-sitter/issues/1906 — so until that's fixed, the only recourse would be to alter the change in cbd998c so that it doesn't use...

Just reproduced it on `master` both in the playground and on the command line. Try lengthening the `loremip` token. There's a length at which it switches to a much more...

I'd also be satisfied if this could be done [via the command line](https://crystalidea.com/macs-fan-control/command-line) — pass the exact name of a preset. If the app is not running, it'd use that...

I'd love to figure out a solution to this. Pulsar is all-in on web-tree-sitter, but I'm routinely encountering parsers that fail when I run `tree-sitter playground`, but work fine on...

I'd only add this: if we upgraded Pulsar to a newer Electron version without being able to offer an upgrade path to all of our Hydrogen users, we'd be doing...

My guess is that this hasn't been a big priority since it's a bug in someone else's code, and the bug is also present in the latest version of Atom....

Luckily, even though PPM is currently having problems, it should still be possible to install packages from within Pulsar settings by going to the Install tab and searching for `pulsar-ide-python`.

What's weird about this is that it implies the marker is destroyed _already_ when it's returned from `markBufferRange`, since there's nothing async between line 264 and the exception being thrown:...