Richard Jonas

Results 14 issues of Richard Jonas

I think it is time for a 1.1 tag and update Elixir version to at least 1.4 or 1.5 and killing the warnings. If it is ok, I can start...

golangci_lint cannot really distinguish if a lint message is a compilation error or it is a warning, or I think one way maybe: When a file has syntax errors, the...

enhancement

I use chatterbox as a dependency of the inaka/apns4erl project. After some hours of running of the application I faced with ever growing process sizes (process_info(pid, memory)). Did some investigation...

Since `ssl:ssl_accept` is deprecated chatterbox cannot be compiled as a dependency because of this. https://github.com/joedevivo/chatterbox/blob/master/rebar.config#L5 It would be a good idea to either remove this compile option or use `ssl:ssl_handshake`...

I ran some compliance issues which can be fixed in the examples section (how to use cowboy-swagger), or in the code itself (what cowboy-swagger generates). - in the info object...

Bumping versions (prometheus.erl was around 4.2 so it is 4.8.x now). Inconsistency in prometheus.erl because observe-time quantiles are in nanosecond not second. I fixed in the test but it is...

I see that in the sibling Erlang project that feature is already implemented, do you have an idea when it is available in this Elixir project (if it is planned...

Quantile values haven't been converted to durations if duration_unit was provided in the metric spec. Now during getting the values it converts (or if it undefined it leaves them alone)....

Here [redo:handle_info](https://github.com/jkvor/redo/blob/7c7eaef4cd65271e2fc4ea88587e848407cf0762/src/redo.erl#L280) redo stops with normal reason in case of tcp error. However in case of tcp_closed if reconnect is false it stops with a different reason. It can cause...

We have two possibilities here: - encode just gets the term and it creates a jsx term. In this case decode should behave accordingly (as right now it does this)...