Darren Schroeder
Darren Schroeder
> I think lazy make --columns should accept list, not list. Seems like a reasonable request to me. My ❤️ belongs to `stor` 😆
You'd need to make those changes in reedline probably since I think it's what handles the completion system. I wouldn't cache anything in the $env because environment space is not...
> EDIT: I guess I could cache the results in a text file somewhere, along with a timestamp so the cache goes stale after ~10 seconds. Maybe that would be...
Oh, you're right. You did complain about 8 months ago. Thanks. I use completions without issue. These are all the completions I use. ```nushell # cargo completions use "custom-completions/cargo/cargo-completions.nu" *...
Right, csv is `comma` separated values, not semicolon separated values. The error could be improved, I'm sure.
Right, I totally missed that. I didn't look close enough at the error. CSV is trying to put your whole file in one column, LOL.
The question I have is should we put these band-aid solutions in before the release?
Another one for the list https://github.com/nushell/nushell/issues/11732
We talked about this in our meeting on Wednesday and we decided that we're not using catch_unwind and we should be using it.
Does the same thing happen on 0.89.1?