Andrew Dupont

Results 560 comments of Andrew Dupont

@D-Maxwell, I'm reading the Electron docs and I'm wondering what would happen if you tried this: * Open your `config.cson` (_File > Config…_) * Go to the `core:` section *...

Oof; the [caveats](https://www.electronjs.org/docs/latest/tutorial/window-customization#create-transparent-windows) are pretty severe: > Transparent windows are not resizable. Setting `resizable` to `true` may make a transparent window stop working on some platforms. That's probably going to...

OK, I poked around to see if I could find a root cause. It's mostly above my head, but [this PR](https://github.com/electron/electron/pull/28207) explains it a bit: Frameless windows are opting out...

@D-Maxwell, I'm curious what happens if you use the Atom API to set window dimensions explicitly. Open your developer tools with Ctrl+Shift+I (that'll screw up your window transparency, but hopefully...

I'm as surprised as anyone that this has a happy-ish ending. As for the window opening at a very tiny size: you should be able to handle all this at...

> @savetheclocktower, your comment regarding devtools and window transparency confused me, and legitimately so ; my Pulsar instance does not fail to render transparently even whilst debugging. (actually, it would...

This setting was a fun idea, but it doesn't work the way we thought. I'm going to propose that we keep the setting, but remove it from the config schema...

@D-Maxwell: In short, I'm not eager to take on the burden of supporting this feature when we can't count on basic assurances about window management — [Electron’s caveats about custom...

@DvP17 thanks for the reminder — #1206 will remove this from the settings and should make it into the next release.

I put this one on the back burner [for the reasons explained here](https://github.com/pulsar-edit/pulsar/pull/990#issuecomment-2267658385), but I'm on a newer laptop these days and should try again. Thanks for opening this PR;...