Darren Schroeder

Results 89 issues of 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...

naming-things :bike: :hut:

**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...

bug

# Description This PR adds `start_time` to the MacOS `ps -l` command. Was requested in discord. `start_time` is displayed in `Local` time. ![image](https://github.com/user-attachments/assets/b3743cde-af43-4756-9e2a-54689104fb25) # User-Facing Changes # Tests + Formatting...

pr:commands

# Description This PR adds `is_const` to `help commands` and `scope commands` so we can see which commands are const commands. ![image](https://github.com/user-attachments/assets/f2269f9d-5042-40e4-b506-34d69096fcd1) # 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...

question

A report this morning in editor-support in discord had me reinstalling/recompiling tree-sitter-nu. I was presented with errors. ![image](https://github.com/user-attachments/assets/a88f216f-0897-4355-aff5-afdfe2f5af36) 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...