Paulo F. Oliveira

Results 152 comments of Paulo F. Oliveira

**My preference**: these get put in the next line (when a change is in order - I imagine this happen mostly for lack of horizontal space): * https://erlang.org/doc/reference_manual/expressions.html#term-comparisons, * https://erlang.org/doc/reference_manual/expressions.html#arithmetic-expressions,...

If you think it possible, I'm willing to help with this one.

Another data point. ```erlang when StatsInfoContainer =:= memory orelse StatsInfoContainer =:= system_info orelse StatsInfoContainer =:= statistics -> ``` gets formatted as ```erlang when StatsInfoContainer =:= memory orelse StatsInfoContainer =:= system_info...

> I understand that you prefer for concatenations of orelse's (and probably other infix operators) to be treated as separators in lists You understand correctly. > I can already tell...

Haha, so hackish. I love it. I wonder if documenting it as such, though, will be more of a headache than not. (even with a "Caveats" section, developers don't often...

> If you want to see something even funnier 😄, I don't want _funny_, I want "serious" 😛. > can't promise that we'll fix it soon No hurry here, but...

Yeah, I guess the list is not "as" curated, these days. It's a pity...

Hey, @mrinaudo-aws, thanks for looking at this. There seems to be other links that are broken in the README.

You mean almost like a progress bar? That'd work as long as we don't rescale the terminal, but your suggestion would be a nice starting point. Is there a standard...

I was thinking about starting small :) When running it, assume the terminal is not going to be resized and use the current column count as 100%. Then scale to...