Fernando Hamasaki de Amorim

Results 20 issues of Fernando Hamasaki de Amorim

1. https://coveralls.io 2. https://codecov.io 3. https://codeclimate.com 4. https://codebeat.co 5. https://www.pullreview.com 6. https://houndci.com 7. https://www.codacy.com

spike

I am using `hackney` via HTTPoison and in a request for a specific host I am getting `{:error, :closed}` when making the request through a proxy. In the beginning my...

bug
high priority
proxy

Replaced {{key}} deprecated interpolation syntax in Rails >= 2.3.9 for %{key} new interpolation syntay. I did in all .yml locale files. Issue 16 https://github.com/carlosbrando/remarkable/issues#issue/16

What do you miss in Elixir that is not part of the standard library? This issue is an open space to suggest a new feature in _Miss Elixir_ library. For...

question

bug
enhancement

Currently it is only possible to anonymise a field with a value different from the default value providing a custom function for each field. For example: ```elixir defmodule User do...

enhancement

@zabolotnov87 Do you plan to add support for IPv6? I could implement it.

There is a single fixed log format for the [`Tesla.Middleware.MetaLogger`](https://hexdocs.pm/meta_logger/Tesla.Middleware.MetaLogger.html) (and in fact not well-documented). Request ``` [{tag}] {HTTP method} {URL} {headers} [{tag}] {body} ``` Response: ``` [{tag}] {HTTP status...

enhancement

Commonly a prefix is used in log messages. For example: ```elixir [ "[", inspect(__MODULE__), "] My info message." ] |> Miss.String.build() |> MetaLogger.info() # => [MyModule] My info message. ```...

enhancement

Hi @michalmuskala, do you have plans to consume the new Erlang `json` module in `Jason` for future versions? https://www.erlang.org/blog/highlights-otp-27/#the-new-json-module The `Jason` DSL with options, encoder protocol and the contract used...