Chris Bailey
Chris Bailey
Occasionally, the extension will stop providing feedback for a given file, with the problem persisting after restarting the extension/vscode, and after removing build artifacts. The behavior goes away if I...
If there are two different files that contain declarations with the same name, the go to definition feature will sometimes jump to the declaration in the wrong file. This seems...
In pill 7.2, the terminal output of `nix-repl> :b d` no longer includes the build logs, which makes the exercise in 7.2 very difficult to understand. As tomberek on the...
Trying to make two files that import each other (`a.mm1` imports `b.mm1` and `b.mm1` imports `a.mm1`) stops a future from making progress during elaboration at [this await point](https://github.com/digama0/mm0/blob/80bb85ac063defd26fe437c7f939b846f81d7983/mm0-rs/src/server.rs#L164) which I...
### Describe the bug The search feature in the book/docs returns misleading results about deprecated versions. If I search 'startup', the first result is [Startup commands (jonathandturner)](https://www.nushell.sh/blog/2020-04-21-nushell_0_13_0.html#startup-commands-jonathandturner), which is very...
The instructions in the README seem to fail on Mac OS. All of the make invocations in the readme, as well as invocations of `cargo install` fail with ``` $...
I'm trying to work through the examples having used the official installer, and there are some minor differences between what's in the guide and what you get with an official...