David Antaramian
David Antaramian
@christopheradams What does it differ with? Just for reference, the [same rule](https://github.com/lexmag/elixir-style-guide/#fun-parens) is in the lexmag version.
@christopheradams Heh…I clicked on the link you had in your comment thinking it was to _this_ guide. That was my confusion. I personally always advocate the use of parentheses in...
[Heroku context is captured by default](https://github.com/timberio/library-specification/blob/master/SPECIFICATION.MD#594-heroku-context)
We source the `http.remote_addr` from `conn.remote_id`. I was under the false impression that Plug would appropriately reassign that field based on headers. It does not do that; instead it expects...
Would it be preferable to just have it removed completely? I'm thinking about this from a service standpoint. If we only send part of the IP, that's not useful for...
The logic for this should be outside the Mix task so that it can be used from releases.
Looping back on this Ben since I've been working on this type of stuff. I'm not sure that our library is the best place to do this, unless it's background...
@mitchellhenke Not quite. Your change allows us to test what is received from Logger calls. What I want to be able to test here is the output we generate via...
@ashutoshrishi Blacklisting only applies to controller actions at this time, not to channel events. We'll consider adding this as a new feature. Thanks!
@binarylogic Yes, perhaps even more so. For the binary, we'd have to either: 1. Build a file backend (Client App -> (files) -> binary) 2. Build this syslog backend (Client...