Darren Schroeder

Results 2076 comments of Darren Schroeder

maybe if you show your script and an example csv with your command line parameter we can help. It's kind of hard to troubleshoot based on your description. also, can...

I don't see how this could ever work as things are now. When you do `nu script.nu` it's launching another instance of nushell, running the script, and producing the output...

I believe if you use `each` things will stream. Try this: ``` ls **/* | each {|i| $i.name | to text} ```

We used to have some plugins that used tui-rs I believe. I always fixed we'd return to tui-rs.

LOL, the author in that video made me laugh by saying, "The rust community is a little huggy feely for my taste". > If PRs are welcomed... That's a big...

@Fl1tzi cool. is there a repo where i can look at the code. i've been interested in drawing pics for a while. i've successfully been able to use the kitty...

very interesting. It would be cool to have a nu_plugin_ that displays images as an experimental nushell command.

oh, wow. Those look pretty pixelated but cool!

ya, we'll want to test a variety of terminals on Windows, MacOS, and Linux eventually. That's why i was thinking that a experimental plugin could probably be ideal for this...

We talked about a job control mechanism recently but I don't believe any work has begun on it. Feel free to drop by the design channel on Discord to design...