Nicolas Goy

Results 179 comments of Nicolas Goy

If this can be done without measuring font, I think it's good, otherwise it's a bad idea.

I really feel that measuring the text is really a bad idea as platforms have different font rendering, it would include a huge dependency, and it will be slow. I...

@ook yes, I do it like that. But as ex_aws reads `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` by default, I think it should read `AWS_REGION` as well. Or stay a lib and read...

I think we should follow elixir practice, is it common for an elixir library to configure itself automagically with env vars? I wonder if @josevalim has any position on this....

To be precice, I am not speaking of supporting the `{:system, "MYENV"}` syntax, but if the lib itself should lookup env var without any configuration, or if the library should...

Thanks for the precision, I think it's an important one, as this practice seems to be common.

@benwilson512 @josevalim Yeah I get that, but then the lib (exaws) should drop magic auto read of env var and let the application handle it, no?

@benwilson512 Some sort of DSL for centralized `Application.put_env` ? Honnestly I'd like it too, I have been using [conform](https://github.com/bitwalker/conform) but feels more like a way to provide "sysadmin" config to...

@benwilson512 I think we should just decide if defaulting to env var for config is a practice we want to keep. The issue about supporting `{:system, "MYENV"}` is separate. My...

I realize this proposal has been closed, but I started zig a while ago and I find the `camelCase` for function very disturbing. I don't want to start a debate,...