Darren Schroeder
Darren Schroeder
I was testing on Windows. Can you tell me what you do to test it? I'm just building this PR and trying nushell completions without carapace.
Trying with carapace based on your example above, I get this.  I can also do this but it doesn't look quite right and it doesn't really work with backslashed...
is there a way to move forward with this? or should we leave it until after the next release?
Thanks @ayax79. My first question is does it work? Have you tried it out on the thing that was a crash/panic/unwrap in polars?
There is something that @kubouch and I are trying to remember about how miette was originally implemented. It seems like there was some global hook to catch things like this...
Right, I remember that. But it may still have something to do with miette because it's hooking things too, as in our main.rs. ```rust fn main() -> Result { let...
We've got to fix this somehow. Here's another instance where upstream crates unwrap() and crash nushell https://github.com/nushell/nushell/issues/11710
ugh. running this script again today and it crashes nushell. we have to figure out this crashing nushell stuff. maybe we can talk about it in today's meeting. i think...
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. Is this something you can help with...
Excited for this 💥 !!!