Andrew Dupont

Results 560 comments of Andrew Dupont

Let me brain-dump from the discussion we had on Discord before I forget any further details: 1. I was surprised that the `bookmarks` package didn't do any of its own...

> I can see that [you ditched efsw for macOS implementation](https://github.com/pulsar-edit/pulsar/issues/1104#issuecomment-2440234501), but anyway I'm open to work on a solution. The good news is that this new approach passes all...

This is almost 100% done: * At build time `pulsar.sh` is copied to the resources folder and named either `pulsar` or `pulsar-next` depending on the chosen release channel * That...

What happens if you [launch the editor in safe mode](https://docs.pulsar-edit.dev/troubleshooting-pulsar/using-safe-mode/)?

Had you been using a previous version of Pulsar that did not exhibit this issue? If so, which version?

The only other advice I have right now is to try PulsarNext (preview release of Pulsar that uses Electron 30 instead of Electron 12) to see if this has been...

> i try to attach the .dmp file, but it's not uploading Do you use Discord? If so, [hop on our channel](https://discord.com/invite/7aEbB9dGRT) and ping me in `#general` (same user name)....

@SpeedrunnerG55, from what I can tell, your segfault is happening because of an out-of-memory error. The dump implies that one of your editor windows is trying to open an absolutely...

After further discussion on Discord, it seems that the issue is triggered by editing a very large shell script (3,000+ lines) and making heavy use of the undo/redo stack. Based...

@asiloisad, before I researched this issue I hadn't noticed the `scroll-map` package, so it was a pleasant surprise to find. You're prolific enough that I should've guessed that you had...