Darren Schroeder
Darren Schroeder
Original comments - https://github.com/nushell/tree-sitter-nu/pull/99#issuecomment-2165419934 Notice how the `--` are different colors. Copied from #99 It looks like the highlighting is a bit off now. This is from the toolkit.nu file...
# Description On the surface this PR modifies many files. However, it's really just a quick refactor of the Signature function names to make it clearer what these functions are...
**Describe the bug** I think I've formulated my query properly but the text is being put in the wrong column for some reason. Example with my prototype nushell plugin. (the...
# Description This PR adds `start_time` to the MacOS `ps -l` command. Was requested in discord. `start_time` is displayed in `Local` time.  # User-Facing Changes # Tests + Formatting...
# Description This PR adds `is_const` to `help commands` and `scope commands` so we can see which commands are const commands.  # User-Facing Changes # Tests + Formatting #...
@zhiburt we're running into issues with nushell. we can't upgrade to crossterm 28.1 and ratatui 28.1. I think this is because tabled has a dep on papergrid which locks the...
A report this morning in editor-support in discord had me reinstalling/recompiling tree-sitter-nu. I was presented with errors.  This changed stopped the errors but I'm not sure it's a valid...
I the [preview-theme script](https://github.com/nushell/nu_scripts/blob/04c70789ea27a4cd481420952979eb31ececdf74/themes/src/preview-generate-screenshots.nu#L56) there are some errors. (There are some LSP errors too but those are for a different repo) You can see my cursor on the single quote...
I haven't tried out your plugin yet but I was reading your example performance issues and I was wondering if you've tried `open some_bio_file | into df | blah`? Once...