Andrew Dupont

Results 560 comments of Andrew Dupont

> There is a problem with links if string is more than link. Pulsar v1.122.0 Seems like a problem with my `tree-sitter-hyperlink` parser. I'll take a look. Thanks!

@asiloisad, this is fixed in #1118 and will go out next month. Thanks!

> Is there any documentation on how to write a atom/pulsar plugin. https://docs.pulsar-edit.dev/developing-for-pulsar/

I think this project has a guardian angel. Because every time I think “we don't have enough contributors to the core codebase,” someone comes in with a PR and says...

If this is truly an opt-in thing and doesn't break anything for community packages that rely upon our (ancient) test runner, that's amazing. It would even open the door to...

> As Jasmine2 does not fully support async specs yet, we need to explicitly tell the test suite when an async test finishes running. That means every async spec need...

OK, I'm taking a look at this PR tonight, the way I should've done a long time ago. Here's my experience so far: * Checked out the branch * Rebase...

Good news is that I can comment out the reference to `jasmine.setIncludedTags` in `jasmine1-test-runner.js` and that's enough to get the specs on my test package passing for me.

I threw myself against a wall yesterday evening trying to make a version of `atom-reporter.js` that worked with Jasmine 2. I looked at it again this morning and had much...

> Looks like this is still set up for the legacy tree-sitter implementation, it would need to use the `parserSource` key in order to be a "new tree-sitter" grammar. `parserSource`...