Felipe Vogel

Results 16 comments of Felipe Vogel

@jaredcwhite Agreed, I'll go ahead and close the Issue. @anantone Thanks, that lines up with a big challenge that I found in this refactor: several similarly-named operations between `URI` and...

I'm having trouble reproducing the bug. When I select text in a comment by me and press Edit, the entire comment body is still in the text area, unlike when...

Similar additions to `List` would be useful for the `Str.from_utf*` functions too, since they also operate on a List.

I found that adding empty parentheses after `len` prevents the error: ```ruby # in test/fx app [main!] { pf: platform "./platform/main.roc" } main! = || { list = [1, 2,...

Gotcha, sorry for the false alarm. The reason I didn't catch that initially, is that I've omitted the parentheses before, and not run into an error. This example doesn't produce...

Thanks for confirming @rtfeldman! @Anton-4 I've edited the title and description of this issue to reflect that errors are expected in these cases, and what could be improved about them....