Andrew Dupont
Andrew Dupont
### Have you checked for existing feature requests? - [x] Completed ### Summary We've got a situation with package tests on CI where, on maybe 1% of runs, the editor...
I had occasion to visit `src/state-store.js` and thought I'd refactor it a bit. I know we have this annoying problem where we want to rely on the `atom` global, but...
### Thanks in advance for your bug report! - [x] Have you reproduced issue in [safe mode](https://pulsar-edit.dev/docs/atom-archive/faq/sections/what-does-safe-mode-do.html)? - [x] Have you used the [debugging guide](https://pulsar-edit.dev/docs/atom-archive/hacking-atom/#debugging) to try to resolve the...
### Have you checked for existing feature requests? - [X] Completed ### Summary `NativeCompileCache` is a piece of the app that we don't understand that well. It was [introduced back...
### Thanks in advance for your bug report! - [X] Have you reproduced issue in [safe mode](https://pulsar-edit.dev/docs/atom-archive/faq/sections/what-does-safe-mode-do.html)? - [X] Have you used the [debugging guide](https://pulsar-edit.dev/docs/atom-archive/hacking-atom/#debugging) to try to resolve the...
…when the document contains certain kinds of code blocks. This fixes #1044. When we serialize the Markdown preview to HTML, we want to incorporate the syntax highlighting — so we...
**Do not accidentally click any green buttons. We want at least three people on the core team to sign off on this before we land it.** This updates `master` to...
This is a draft for now but is being opened ahead of time so that I don't forget to do it later — or, worse, let these changes sit unstaged...
It used to be that a package could do ```js const { remote } = require('electron'); ``` and it would Just Work, even if the package did not declare `electron`...
As someone who doesn’t even _use_ a terminal package within Pulsar, it's taken me a while to come around to this idea, but I’m finally there. ## Why? “How do...