Andy Gayton
Andy Gayton
> I saw the conversation with Ian about his Signals PR. Do we need to wait on some resolution to combine two approaches or should we land this like we...
> It would be nice though, if the interrupt interface for plugin authors mimicked that of the main shell code. But this is not strictly necessary. Right, I'm going to...
signals is now available on the EngineInterface: https://github.com/nushell/nushell/blob/acbd469ca5f2eb5f61d555ab102cc8aeea822865/crates/nu_plugin_example/src/commands/ctrlc.rs#L44
Thank you @fdncred!
Thanks for picking this up! `sort-by {closure}` makes the most sense to me too
A use case I have is: ``` curl -v -sN --unix-socket $"($store)/sock" $url | lines | each { |x| $x | from json } ``` This fails quietly if the...
Some good context https://www.sophiajt.com/exit-codes/ 🙏🏻 @fdncred
Somewhat related: https://github.com/nushell/nushell/issues/5960
Suggestion from [Doru on discord](https://discord.com/channels/601130461678272522/615329862395101194/1250452624180772876): ``` ### repeating could work, and it could be extended for matching an equally sized # at the end, allowing for "nested" comments I feel...
it looks like the mac keychain doesn't set org.nspasteboard.ConcealedType 😭 Although my password manager does. The better bang for buck would be to add app filtering first