Chulki Lee
Chulki Lee
FYI `npm run` of npm 7.x has a strange behaviour https://docs.npmjs.com/cli/v7/using-npm/scripts#user > When npm is run as root, scripts are always run with the effective uid and gid of the...
That `$DISPLAY` path is not available in container, since you don't mount that. The docker container has access to host network interface (with `--net host`), but not file system. I'm...
Thanks - I posted it to elixirforum: https://elixirforum.com/t/call-for-proposals-time-zone-support-in-elixir/14743 to let @elixir-lang owners know.. Edit: https://elixirforum.com/t/moving-github-repo-of-the-official-docker-image-to-elixir-lang-org/14807
@gmile you're right!
It turns out that there are three patterns of "official docker images" - A. Official docker namespace, docker-library github repo - Python: `_/python` from https://github.com/docker-library/python - B. Official docker namespace,...
Hi - I checked [pragdave/mix_templates](https://github.com/pragdave/mix_templates) and for now I'd like to keep using this exgen for its simplicity :heart: BTW I made some changes for myself - you can see...
As far as I know, there is no "right answer" for it.
What about this: deprecate in 1.1, and remove in 1.2 (elixir-style bump) or 2.0 (real semver bump)
Thanks a lot @tsloughter for the pointer and the invite. Unfortunately I cannot join the Erlang SIG meeting next week 😢 My opinion and questions are followings: **Why change?**: It's...
Seems like https://github.com/open-telemetry/oteps/pull/143 is the place for discussion and https://github.com/tedsuo/rfcs/blob/versioning/text/0143-versioning-and-stability.md is readable version But that doesn't mean we need to hold our discussion on naming app/package/module in Erlang implementation... because...