Dan Gieschen Knutson

Results 5 issues of Dan Gieschen Knutson

**Describe the bug** A coworker (@loafofpiecrust) ran into an OOM error running the betterer cli in a nix environment. They said they suspected that it would be due to some...

When adding custom rules, it would be nice to be able to customize the output when the rule fails. The use case is that I made a rule counting import...

The LSP spec defines a ['Goto Type Definition Request'](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_typeDefinition); it allows going from a variable to the type definition (rather than variable declaration). While it's not currently supported by the...

When working on roc-ray examples, I ran into what looks like a couple of bugs with `try` and `?` early returns with effectful functions. It seems like the backpassing-style continuation...