Andrew Dupont

Results 560 comments of Andrew Dupont

OK, I got an AppImage version of Pulsar to run `pulsar.sh` instead of the `pulsar` executable. These were the steps I used: * Downloaded the latest regular release in `AppImage`...

Three PRs later, this is finally closed! Thanks to those who helped get it across the finish line.

I spent 45 minutes getting this working on Windows and it's driving me nuts. First: `stdio: 'inherit'` doesn't work any better on Windows when we call `spawn` instead of `spawnSync`,...

I did some experiments that clarified my thinking here. My initial theory was that both `pulsar` and `ppm` were able to output UTF-8 properly into a CP437 console, but that...

OK, it's even weirder. Let me start over and state a hypothesis: > Node for Windows (at least as of v16, which `ppm` uses) has some magic way of ensuring...

Anyway, a couple more thoughts: * Technically, this isn't a regression, since this issue would've been obvious from the start if `pulsar --package` output on Windows had been working correctly....

Technically it still solves a problem, but it's much less of an issue since I pursued solving the `--package` problem via `pulsar.sh` and `pulsar.cmd` instead. I'm OK with closing it.

I was about to say “that's just how it works,” but after some thought I realize that was just my macOS bias speaking. I'll look into this. An Electron app...

> But it makes sense when you say that there is one Electron instance and it will focus window one and that starts window two. To be clear: the main...

> A similar behaviour is reported in Windows 10. Similar, but no the same. New window is put in the same state as old one, e.g. old one was in...