Darren Schroeder
Darren Schroeder
This makes me wonder if tarpaulin is reporting correctly. I thought cargo llvm-cov reported differently. Either way, we'd like to have more tests for sure.
@sholderbach may know. he did some work with tarpaulin and couldn't get some things to work right, so i'm not convinced it's accurate either.
You can change these colors. There's documentation on how to do it in the book. Look for shape coloring. https://www.nushell.sh/book/coloring_and_theming.html#shape-values
I'm guessing that `fish` is just showing the error color until something is recognized. We have an error syntax highlighting color, we have an external color, and we have an...
The problem with WSL was that WSL had Windows paths and Windows file system is slow. So, the real concern is related to Windows performance. For instance, I had like...
I've thought about this a few times and I think it would have to work like this. 1. Have a cache of all commands on your system that are in...
this is called `abbreviations` I believe and I'd love to have it in nushell. I think this is a would be a reedline item.
I was searching for that @elferherrera and I couldn't remember how to do it. I have it setup in my config.nu like this, which is very similar to yours. Good...
Right `ctrl+o` is pretty powerful and I bet a lot of people don't use it/know about it.
> We need to add a nushell entry to treesitter so it looks better when editing a line I'm not following. What do you mean? We have https://github.com/nushell/tree-sitter-nu which works...