Darren Schroeder
Darren Schroeder
Hey @amtoine! I think these are two separate issues. The stuff in the first post is fixed for now. The only questionable thing is that records and tables work the...
I tend to think ` | describe` should show a record and ` | describe` should show a table.
Is it possible to move forward with this? By that, I mean, do we understand how we want everything to work with `&&` and `||` and `;`?
I'm wondering if it makes any difference if you change this ``` cp -r day00 $new_dir ``` to this ``` cp -r day00 ($new_dir) ```
I bet it's related to https://github.com/nushell/nushell/pull/10843 and https://github.com/nushell/nushell/issues/10832
I'm guessing this is because nushell doesn't support job management yet like ctrl-z, fg, etc. Also, 0.67.0 is quite old now. We're currently on 0.72.0 and many things have changed,...
@cumber We'd accept a PR to make it better. Sounds like you have a good idea.
I'd love to get this fixed but unfortunately, all I get with CodeLLDB is ``` Error: there is no registered task type 'codelldb.cargo'. Did you miss installing an extension that...
I don't understand the request. You can define and call as many sub commands as you like in a script already.
yup, docs are never up to date because we change so fast atm