Paulo F. Oliveira

Results 50 issues of Paulo F. Oliveira

At: https://ninenines.eu/docs/en/cowboy/2.9/manual/cowboy_req.parse_qs/

As per a recent discussion with @uwiger, on Slack, `lager` could be doing something like: ```erlang expand_lager_log_root() -> {ok, Root} = application:get_env(lager, log_root), case filename:pathtype(Root) of relative -> application:set_env(lager, log_root,...

Would it be possible to tag a release, here and in Hex.pm? Many thanks. **Note**: I'm testing this with OTP 24, and may have found some issues. - [x] wait...

Currently, `default_formatter` formats this code… ```erlang ["POST", $\n, "/", $\n, "", $\n, "x-amz-content-sha256:", Hash, $\n, "x-amz-date:", Date, $\n, $\n, "x-amz-content-sha256;x-amz-date", $\n, ``` …like this… ```erlang ["POST", $\n, "/", $\n, "",...

configuration idea
style change

As defined by Erlang `yecc` and `leex`.

The bug: a comment is getting misplaced. **To reproduce use** ```erlang -type transaction_error() :: no_workers | not_owner | inet:posix(). % from gen_udp:send ``` and `rebar3 format` on top of it....

bug
started

Currently, `default_formatter` formats this code… ```erlang IndexedIpAddresses = lists:zip(lists:seq(1, NIpAddresses), IpAddresses), ``` …like this… ```erlang IndexedIpAddresses = lists:zip( lists:seq(1, NIpAddresses), IpAddresses), ``` I would like it to be formatted like...

configuration idea
style change

I've not tested other links... `http://ww38.cfnchecklist.com/` is outdated in the README.

**Is your feature request related to a problem? Please describe.** It's more of a question, actually, that might turn into a feature. I'm using `fprof` and I eventually get to...

team:VM
enhancement
help wanted