Louis Pilfold

Results 761 comments of Louis Pilfold

Some information on performance of a large project can be found here: https://github.com/gleam-lang/gleam/issues/1746

That would be really cool! Go for it! Thanks @marcellanz Also don't feel it needs to be finished or perfect before you share it. A work in progress is still...

Wonderful, thank you!

Good to hear, looking forward to it. Thank you.

When a release is made we create a bunch of OCI container images https://github.com/gleam-lang/gleam/pkgs/container/gleam https://github.com/gleam-lang/gleam/blob/main/.github/workflows/release-containers.yaml We want to do the same for the nightly build as well https://github.com/gleam-lang/gleam/blob/main/.github/workflows/release-nightly.yaml

Looks cool! We don't be able to build the index though as the documentation generation if written in Rust and we don't have any guarentee that the user has NodeJS...

Agreed, the parser rework will be the fiddly bit. RE EEP 48, last I looked into this there was some suggestion of Erlang using a `-doc("...").` attribute, I wonder if...