Jonatan Männchen

Results 305 comments of Jonatan Männchen

@strzibny Sure, I'd accept a PR for that. If you'd like to tackle this, make sure that the `decimal` library is optional and the function that take decimals are conditionally...

@voltone Can we merge this?

We should probably pick this idea back up. A simple PR to this [file](https://github.com/erlang/erlang-org/blob/master/_data/doc-links.yaml) will show it [here](https://www.erlang.org/docs). How about this? ```yml - name: Secure Coding and Deployment Hardening Guidelines...

Latest OTP issue: https://github.com/erlang/otp/issues/8242

No, there's only specific dialyzer config in the umbrella root `mix.exs`: ```elixir dialyzer: [ ignore_warnings: ".dialyzer_ignore.exs", list_unused_filters: true, plt_add_apps: [:mix] ], ``` All child `mix.exs` do not have additional dialyzer...

Reproduction Repo: https://github.com/maennchen/dialyzer-absolute-path-bug

Since it is brought up in #389 again, her's my latest thoughts / idea about the topic: `use` ing the applications gettext backend directly always has to create a compile...

This has been bugging me for a long time, so I'd be happy to provide a PR sometime (probably earliest sometime in september). But I'm also very happy to yield...

One nice little side effect of this change: It would potentially be feasible to do `use Gettext, backend: Application.compile_env(:app, [:gettext_backend])` in libraries which would allow to extract to the applications...