Andrew Dupont

Results 560 comments of Andrew Dupont

I found a bug in the spec code for `watchPath`. It's meant to run a `describe` block twice (once for each of the built-in implementations) — but whichever one we...

Actually, I just realized that `fdir` wasn't in the `package.json`. That'd explain it. I added it for the NSFW worker's “ignore stuff in `core.ignoredNames`” logic. Hopefully that addresses the CI...

Thinking more about our options for ignored names (as outlined [in this comment](https://github.com/pulsar-edit/pulsar/pull/1299#issuecomment-3067244457)), I'm gravitating toward a sixth option: Add a `core.ignoredFileWatcherNames` setting that would function much like `core.ignoredNames`, but...

> There’s someone on Discord who often experiences a Pulsar-related process using 100% of CPU (on a single core) while they’ve got it open. Louder fans, lower battery life, et...

> `styles.less` works again! However there are little problems: > > 1. `nsfw` watcher produce some logs: > > > > > 2. `@parcel/watcher` watcher still invoke blink of empty...

I just discovered another regression on this branch: when using the `github` package's Git sidebar, it seems not to be able to detect when I've switched branches. I'm nearly certain...

My hypothesis was correct. The `github` package assumes it can call `watchPath` on the Git repository's root directory (which usually aligns with the project root) and be able to detect...

> Is there a chance to merge this branch into pulsar-next branch with beta flag as example? I'm stick to this branch, as it's work much better. I might have...

Ah, I see. By default, `event-kit` is designed to stop subsequent event handlers when any of an event's handlers throws an exception. But this behavior can be changed by [registering...

Assuming [tree-sitter-amber](https://github.com/amber-lang/tree-sitter-amber) is what those other editor integrations are using, this would not be too hard. If you wanted to attempt it yourself, we could coach you through it on...