Eric Meadows-Jönsson

Results 153 comments of Eric Meadows-Jönsson

Sorry, I don't know why it doesn't work. I would suggest checking with OTP devs why this doesn't seem to work as expected.

Agreed, a PR would be appreciated.

`in/2` is a macro so we should try to expand it like a macro instead of adding special cases for specific macros. I thought that this clause [1] would handle...

We have a google summer of code student working on an elixir formatter. It won't follow this style guide, but it will be fairly similar.

We need to consider how we want this to be configured since you usually don't want to add private passwords to mix config.

I think it's different for machine passwords because usually everyone working on the same project are allowed to see the password. But only you should see your SSH key password...

Can you elaborate on this?

I think printing the host is only interesting if we run commands in parallel on different hosts. Otherwise you get the host from "Connected to example.com" anyway.

Would it really be necessary to keep distinct locks for different profiles? I understand that you would want different dependencies for different profiles, but in the case where deps overlap...

Would it be possible to at least get default/prod plugins added to deps and locked?