Rafał Cieślak

Results 32 comments of Rafał Cieślak

I tried recreating what our app does on `will-quit` in Electron Fiddle: * Getting window normal bounds on close. * Shutting down a child process. * Doing async stuff in...

Oh, actually, I found a repro, here's [the gist](https://gist.github.com/ravicious/78f18b9114b479e334e623be669329c5). It's the default code generated by Electron Fiddle. All you have to do is start the app and then close it...

Did you use Cmd + Q? The issue doesn’t occur when closing the app by clicking on the red close button.

I went to record a video of this happening and I discovered that my instructions weren't clear enough. I have a habit of doing Cmd + Tab, then selecting exactly...

Still relevant. Coming from the Ruby world where this was a standard, I’d love to have this feature.

Needs investigating if the recent changes to use update-alternatives fix the issue (#7501). I suspect that it doesn't because in rpm's case, after-install will run first followed by after-remove which...