Louis Pilfold

Results 761 comments of Louis Pilfold

`parallel_map` sounds nice and descriptive. What do you mean about thunks?

I'm not sure how that would translate into Gleam as we don't have module functors. Keen to see what you have in mind

Hello! Do you have any instructions for replicating this error? I have been using the LSP on a Windows machine today but I've not been able to replicate the issue.

We could move the import autocompletion over to use the latest but as-yet untyped source, like the formatter does. This would work as we don't need type information to know...

I have improved the autocompletion to a degree where I think we can close this. Further improvements will come with partial compilation.

Could be a good idea! I'd be interested in seeing what other languages use for this syntax wise. I recall NodeJS uses a `__` prefix, and Erlang uses `?MODULE` etc

Looks like it's overwhelmingly `__THING__`, let's go for that syntax. Thank you

String sounds good. I could imagine `__PACKAGE__` being useful too. `__FILE__` and `__DIR__` could be misleading as the source file may not exist after the program has been compiled.