Stefan Holderbach
Stefan Holderbach
Not supported yet. Our signal handling in the core itself is still in need of some love. e.g. around `^Z` handling (should be more graceful even though we haven't decided/designed...
Thanks for the compilation @balupton !
Things may be subject to change with #15369 (currently `input` with a prompt uses some naive handrolled stuff, after it would switch to our own bugs from `reedline`)
When we can make everyone happy with the `--reedline` behavior we may want to deprecate the flag and switch to that implementation. Not stopping anyone if they try to fix...
Currently only the data sent through a pipeline carries metadata received by the next pipeline step. Values themselves don't have metadata. And arguments or fields in records thus don't have...
That seems to be an oversight at some point. Not sure where the impact would be when changing to one or the other. In general I am inclined to say...
Good call! worth documenting with the rest of the introduction into command signatures in https://www.nushell.sh/book/custom_commands.html#flags At the same time yes we could improve the error message for that by doing...
As I don't have a FreeBSD machine at hand, do you feel comfortable with developer tooling to collect a backtrace, crashdump etc. so we can more easily narrow it down...
OK looked at the code `sys users` pretty much directly turns the responsibility over to the `sysinfo` crate and we don't have any platform specific code on our own for...
Thanks for digging into that, that should be a good starting point for debugging!