Louis Pilfold

Results 281 issues of Louis Pilfold

![image](https://github.com/gleam-lang/gleam/assets/6134406/9a0ec2da-3a12-410e-85b7-13a8dfbb75ed) This does not look good

bug
help wanted
good first issue
priority:medium

For example, turning: ```gleam use x

help wanted
priority:medium

```gleam pub fn go(code) { let pre = 1 case code { -> pre _ -> panic } } ``` Generates this invalid Erlang: ```erlang go(Code) -> Pre = 1,...

bug
help wanted
good first issue
priority:high

It would be useful to be able to quickly view all the version requirements that resulted in a package version being selected. Given a package name, find it in the...

help wanted
good first issue
priority:medium

Follows on from https://github.com/gleam-lang/gleam/pull/3219 It is possible for the LS autocompletion to add an import using a name that is already taken, causing a compile error. How should we avoid...

help wanted
priority:medium

### Discussed in https://github.com/gleam-lang/gleam/discussions/3241 Originally posted by **nicklimmm** June 3, 2024 I often find myself removing the unused imported types and values manually after I'm done with prototyping or refactoring....

help wanted
priority:medium