Andrew Dupont

Results 560 comments of Andrew Dupont

I just started using the Git/GitHub integration in Atom after using an external GUI for years. Perhaps it's because I disabled pending pane items (as suggested in #1160), but this...

[This pull request](https://github.com/atom/tabs/pull/531) broke this behavior by removing the `.right-clicked` class that gets applied to the tab currently being right-clicked. The author remarks that they removed it because it was...

The just-released [Pulsar v1.102.0](https://github.com/pulsar-edit/pulsar/releases/tag/v1.102.0) fixes this issue. I just verified that pinning tabs via the context menu works as expected.

I dove into this and it seems to be a problem with only some subpath imports. If you define them as follows: ```json { "imports": { "#internal/*": "./src/*.js" } }...

I can confirm that this also happens when the closing fence is followed immediately by EOF. That's an easier scenario to catch than trailing whitespace, so I might open a...

On which browsers are you seeing this problem? I tried in Safari 5 and Chrome 15.0.874.121 and both implementations worked fine for me. > Finally, I'm not fully sure, but...

> That could be an issue with multiple directives in a single pattern not working properly, which would be a bug that needs to be fixed. Unless I'm misunderstanding you,...

We have test coverage for this, but certainly not on a file that's 3500 lines long. So I'll run these instructions against some of the larger files in our codebase...

Hmm, initial experiments aren't giving me much to go on. I tried it on a 6,000-line file and it seemed to work just fine. A few questions: * What happens...

OK, I can rule out most of my initial theories based on the fact that manual folding still works fine. Here's roughly how I've implemented this: * Get all folds...