Louis Pilfold

Results 284 issues of Louis Pilfold

Ideally we implement this using a call graph and not by traversing the AST

help wanted
priority:medium

```gleam let assert Ok(x) = blah ``` into ```gleam let x = case blah { Ok(x) -> x Error(e) -> panic as "value was not ok" } ```

help wanted
priority:medium

help wanted
good first issue
priority:medium

Currently we rely on the client telling us this, but they don't all do this.

help wanted
good first issue
priority:medium

I believe we could use the `wbr` element for this.

Hello! I've been using the remove key endpoint and it seems to return 200, while the documentation says it should be 204. Are the docs out of date?

This application is very light on tests! This is a poor show from us. Fix this problem!

The standard template didn't have this. It would be nice to add it!