Bernardo Amorim
Bernardo Amorim
My current workaround is to either change my formatter so `rendered_to_string` is no-parens or to assign the result to a variable and then call the `rendered_to_string` afterwards.
Just came across this and made this change here as well. This fix is all it requires.
@rrrene that is a good point. The current approach just count pipes per line, so something like ```elixir value |> do_something(:a |> to_string()) |> do_something_else() ``` Would fail. If we...
The implementation to support that case would require us parsing the AST and counting `|>` per line per tree depth, which is harder to implement and I'm not sure worth...
@Cito thanks for reporting that, just stumbled upon this as I was confused about the spec and some implementations out in the wild. I seems that #300 still marks the...
@luka-TU sorry, I've been struggling with some aspects of my life recently but I do plan on trying to fix/update the comments of the review here. Sorry for that
@szsoppa I think the pending discussion was around responsibilities as discussed [here](https://github.com/elixir-gettext/gettext/pull/305#discussion_r1083303838). If it was up to me, I'd go with the sane defaults approach. If people think this is...
Hey @kipcole9 , sorry, I took a time away from any OSS contribution and public speaking because I was no in the best state of mind. Id love to be...
@tsloughter yeah, for sure, don't worry. For that one, how can I setup to support ipv6? EDIT: Managed to make it work with `http/protobuf`, had to update `opentelemetry_exporter` (was using...
Also, slightly unrelated issue. I tried sending traces directly to Grafana Cloud and I couldn't set just using the env vars because it uses a basic auth for authentication, so...