Jack Wright
Jack Wright
No response in over a month. 86 open issues, 28 pull requests... I guess we know the answer.
Yes, I ran the portion from the 20k_club.nu that was killing polars: ```nushell let data = (open docs.csv | append (open nana.csv) | append (open nushell.csv) | append (open reedline.csv)...
I also don't like the idea of taking a performance hit with catch_unwind. Restarting the whole REPL also seems undesirable, as state would be lost on restart. catch_unwind returns std::thread::Result....
All the possible options (good and bad) that I can think of. 1. Wrap each case where we find a panic in catch_unwind 2. Wrap each command in catch_unwind 3....
Sure! Sorry for the slow reply, I have been away and mostly offline.
> 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...
Closing in favor of #11860
Thanks for putting this together! One other thing we address is the dataframe references inside of nu_scripts release. Once we have that and the doc updates from @maxim-uvarov, then I...
A couple of thoughts with this one: - The behavior of `polars join` is going to be changing shortly as I move things to lazy only - Given polar's love...
Per @kubouch's earlier suggestion I started working on building up a new EngineState for the repl. If I can get that to work, I am going see if I can...