Louis Pilfold

Results 281 issues of Louis Pilfold

This will need to take into consideration imports as constructors will need to be used in a qualified fashion with appropriate names.

help wanted
priority:medium

Context: https://github.com/gleam-lang/gleam/issues/2396#issuecomment-1820147626 This would enable the build tool to work without admin permissions on Windows. We would need to update the code for building projects and also the `gleam export...

help wanted
priority:low

Wojtek suggested that the Gleam build tool could install Elixir for the user if needed: https://github.com/elixir-mint/mint/issues/414#issuecomment-1814410314 This could be a nice DX improvement. ## Considerations How do we make it...

help wanted
discussion
priority:low

They have been abandoned. @tranzystorek-io says that there is an alternative for /toolchain here https://github.com/dtolnay/rust-toolchain There is also Swatinem/rust-cache Unclear what is needed to replace /cargo. We use its cross...

help wanted
good first issue
priority:medium

This will be easier after #1599

bug
help wanted
priority:high

Currently the full package must compile for `gleam run -m` to compile. Make it so it is possible to run modules from dependencies even when the root package does not...

help wanted
good first issue
priority:medium

Codegen is often useful! We don't currently have any recommendations for how it should be done, but we could start with a convention where generated code should be written to...

discussion
priority:medium

In the style of Go ![image](https://github.com/gleam-lang/gleam/assets/6134406/412a1eed-54a2-428d-adac-4d5dc3b9035f)

help wanted
priority:low

The pretty printing algebra data structure is represented using a recursive type that is reference counted. Create a new version of this that uses a memory arena (likely a reference...

help wanted
priority:low

So that exceptions and debugging tools can show Gleam syntax and line numbers.

help wanted
priority:low