Results 841 comments of Christian Duerr

@TheKevJames Hey, after debugging a different issue I've noticed that Alacritty will crash when it can't log its output, to fix that issue [this](https://github.com/jwilm/alacritty/pull/1459) PR has been opened. Would you...

Closing this since #1459 should have fixed this. If it is not the case, please let me know and I will re-open.

I thought this issue might be caused by no stdout/stderr being available when running the app. Thanks for getting back on this issue, I'm going to re-open this for now.

@jmoses-ds Please see the notice in the README.md about this. That's one of the reasons why we provide the `alacritty_macos.yml`.

Have you launched it through Finder first using right click -> open?

What exactly would you do with the `alacritty.yml`, were it to be included in the `dmg`? I doubt there would be a lot of people moving it out of there...

Completions are something you should copy to your system though, the Alacritty config shouldn't really be copied over.

> @chrisduerr could you rebase it? I think last time it you were waiting on winit update, since you needed a way to reference windows. That's why I've avoided reviewing...

@kchibisov I've decided to go with `-w -1` to apply to all windows, I've chosen this since `-w *` would create annoying issues due to shell expansion and it's much...

What's your problem with that clap error @kchibisov? It seems sensible to me?