Łukasz Jan Niemier

Results 235 comments of Łukasz Jan Niemier

@kostis any update? I would love to see PropEr to be licensed as LGPL or MPL2.0.

Ok, I will bump it again with some answers to @kostis: > You can point us to another license that is strong copyleft and allows unrestricted use of the tool...

Erlang 25 will also support reconfiguration of `logger`, which will allow us to use `config :kernel, :logger, […]` in development and releases without need for restarting whole `init` (https://github.com/erlang/otp/pull/5186).

Now, as #9333 is merged, we already have integration done. About backends then as soon as `logger_olp` will became public then we can make all current backends "old backends" and...

From what I see, if we manage to provide formatter in Elixir 1.10 then it can become hard warning in lucky 1.13 or less lucky 1.14 release.

@chulkilee all of that changes will be there as soon as Elixir will document how to use Erlang handlers and for matters instead of Elixir's backends. For now it is...

Issues to track: - ~~erlang/otp#2444 - accept binaries in entries using format~~ - ~~erlang/otp#2442 - allow ignoring messages from within the log function (by returning `:ignore`)~~ no longer relevant as...

@josevalim I slowly start working on these, so it would be at least partially ready for 1.11.

~~Another one PR to core erlang/otp#2523 - this one is to fully support `:device` option in `logger_std_h`.~~