Andrew Dupont
Andrew Dupont
> I have a mild concern regarding security for this style of implementation (in that a .atom directory with malicious or short sighted contents might find its way into a...
I'm going to treat this as the canonical ticket for this request. That means it may be open for a while, but it'll also accumulate discussion and knowledge — some...
## History of project-specific config in Atom/Pulsar Atom's support for project-specific config is minimal; it exists as two methods on `atom.project`. We're lucky, though, because this is the part that...
There's one other issue that's a bit deeper and I'm not sure what the resolution should be: Suppose you have a config key whose value is an array, as in...
Yeah, didn't know this was even a thing. I'll get this fixed for 1.122. Thanks for the report!
OK, it'll go out in mid-October. (You're unlucky in that respect; if it's a hardship, you might be able to get by with a CI build of Pulsar until then,...
In my mind, there exists a level in between “abandoned package” and “core package.” It would involve someone forking the package and maintaining it — perhaps under their own name,...
[These directions](https://docs.pulsar-edit.dev/developing-for-pulsar/publishing/#publish-your-package) are pretty thorough, though they probably need an update. You'll want to run `ppm login` to authenticate beforehand. Make sure the `package.json` points to the correct GitHub repo...
Package tests failed because of a CI issue with the new Ubuntu images on GitHub Actions. Not your fault. I think this isn't something that should happen automatically; it would...
So I see this comment in `text-editor-registry.js`: ```js // If you want packages to be able to add functionality to your non-pane text // editors (such as a search field...