Andrew Dryga
Andrew Dryga
Thank you. I'll make a more thoughtful review over the weekend, merge and release a new version
Hello @Sgiath, I think people on ELK stack already use [BasicLogger](https://github.com/Nebo15/logger_json/blob/master/lib/logger_json/formatters/basic_logger.ex) formatter. Would it fit your needs?
I'm closing this for now, feel free to ask any questions here and we can reopen it as needed.
Our use case: we use Phoenix.PubSub to broadcast metrics to sockets that push data into charts in our application. To make sure that we don't pull and broadcast metrics that...
+1 for this feature, right now we use 4 boards (in Jira) for iOS, Back-end, Front-End, and Operations
Adding `!` functions would be a great start, but usually this means that functions without `!` return `{:ok, binary}` or `{:error, reason}` (I guess `{ok, Binary}` and {error, Reason}` in...
See #149
There are more places that do not support bidirectional graphs. Here is example: ``` g = ( Graph.new(type: :undirected) |> Graph.add_edge(1, 2, weight: 1) |> Graph.add_edge(2, 3, weight: 2) |>...
I think it would be nice if we collaborate on improving it instead of maintaining two separate versions. I'm even totally okay to give you write access and rights to...