Louis Pilfold

Results 281 issues of Louis Pilfold

help wanted
good first issue
priority:low

``` warning: Inexhaustive patterns ┌─ /src/warning/wrn.gleam:3:3 │ 3 │ ╭ case x, y { 4 │ │ True, _ -> 1 5 │ │ } │ ╰───^ This case expression...

bug
help wanted
priority:high

Give a hint to say that you probably meant the type as the value does not exist For example, if you have a module named `wibble`, that defines a type...

help wanted
good first issue
priority:medium

To enforce that only public APIs are used

Goals: 1. Prints location so the programmer knows where the logging is coming from 2. Prints optional extra context, like a tag 3. Does not require an import 4. Warns...

help wanted
priority:medium

Use the same tech as the language tour to make a little place one can edit and run Gleam in their browser. Prior art: - https://play.golang.com/ - https://play.rust-lang.org/ # MVP...

help wanted
priority:medium

https://github.com/gleam-lang/gleam/pull/2393

help wanted
priority:medium

Traverse the Hex API to get a local copy of all packages, their names, their versions, the their requirements. JSON or such is fine. Give this to the pubgrub team...

help wanted

Currently, we represent types using a nested tree structure in which nodes are reference counted. This is at times awkward to work with, not particularly well-suited to a multithreaded compilation,...

help wanted
priority:low