Andrew Dupont

Results 560 comments of Andrew Dupont

#1299 implements this, but that's an experimental PR for PulsarNext. Annoyingly, `nsfw` doesn't allow you to define excluded paths via glob; you've got to convert them to a comprehensive list...

> I have tried to change the base branch of the pull request, but there are 200+ commits from the updated-latest-electron branch. How can I change the base branch to...

Another option might be to figure out how to purge the require cache (just for this one file) so that the `init.js` or `init.coffee` can be re-`require`d. This would save...

> I kinda don't like this idea of making the disposable as an `atom` global. Things can become weird - supposedly it's an API that should be used _only_ by...

I don't know exactly what's going on with that yet, but the good news is that I can probably streamline your workflow. Open [your init file](https://docs.pulsar-edit.dev/customizing-pulsar/the-init-file/) and paste this in:...

The good news is that any package can be installed directly from GitHub — just use `owner/repo-name` syntax: ``` ppm install b3by/atom-clock ``` This should do the right thing in...

If it can't even talk to NPM, then that's ridiculous, and I don't know how you get any work done. I understand how Pulsar's own server may not exactly be...

That at least suggests that the user's own copy of `npm` _might_ fare better, and would get them past the `npm install` step.

I believe I've fixed this in caf9795cc0353d39eac8f660467e411bc63a241d, but I'll keep this ticket open until I get confirmation from @mauricioszabo.

Pinging @mauricioszabo — feels like this has to have been fixed, right?