ratijas

Results 201 comments of ratijas

As I stated in the bug report, it happens on X11. Didn't test on Wayland. Other GTK-based apps like gedit seem to survive just fine. But for Sublime HQ apps...

It's been discussed already in previous PRs that if someone's using multiple AUR helpers for some reason, then they'd be better invoking them directly or manually overriding aliases instead of...

Ordering alphabetically would make at least some sense. But again, it would a) change expected priorities for existing installations; b) screw up `git blame`, making it harder to diff and...

That sounds logical from the implementation point of view, but practically most tools in docker used to terminate on Ctrl-C regardless of being init or not.

Hmm... I don't remember ever running into that. Maybe I was just lucky until today. But what about `--entrypoint=/bin/bash`? I guess it works only because bash handles SIGCHLD when child...

How interesting. Never thought docker would introduce that kind of problems. > > I guess it works only because bash handles SIGCHLD when child dies? > > I don't know...

Oh wait oh fck I think I know why. There are many ways to specify both ENTRYPOINT and CMD in Dockerfile, docker-compose and command line. Some of them (namely, without...

Another interesting and related stuff found: `STOPSIGNAL` instruction in Dockerfile. Used by [nginx](https://github.com/nginxinc/docker-nginx/blob/c411fdefd6655144f6cdab425026a8a427adc273/mainline/debian/Dockerfile#L113), for example. https://docs.docker.com/engine/reference/builder/#stopsignal

Related issues: #607 #649 #704 #714

I'm not sure I follow the discussion...