Priyaranjan Mudliar

Results 3 issues of Priyaranjan Mudliar

Crash - ``` ** exception exit: {noproc,{gen_server,call, [, {command,epgsql_cmd_squery,"ROLLBACK"}, infinity]}} in function gen_server:call/3 (gen_server.erl, line 401) in call from epgsql:with_transaction/3 ``` Code block - ``` with_transaction(C, F, Opts0) -> Opts...

**Issue** - rebar3 ex_doc runs and only generates the following files inside `doc/` folder: ``` ~/Work/go/main_server/go_server/apps/butler_base $ tree -L 2 . ├── Makefile ├── README.md ├── _build │   ├── default...

Hi @benoitc @deadtrickster I am thinking of adding prometheus metrics in hackney wherever we are using `erlang-metrics` (`metrics`) lib. ```erlang do_connect(Host, Port, Transport, #client{mod_metrics=Metrics, options=ClientOptions}=Client0, Type) -> Begin = os:timestamp(),...