Andy Gayton
Andy Gayton
Bookmarking: Stacks' api currently only listens on a local unix domain socket. We should add the option to listen on a TCP port, and / or potentially a named pipe,...
This is a start on cataloging the current UI, to help allow discussions about it:   
As part of reworking the UI, I think we want to make clips from the surrounding stacks visible as well, and down and up and the bottom / top of...
This issue is really: https://github.com/cablehead/solid-xs
Potentially: https://lucide.dev
This is great, thank you @arn4v! Interoping with Swift does look more robust. It'd also open up additional improvements: 1/ Currently Stacks spawns a tiny Swift CLI binary as a...
Just capturing that it currently looks best to integrate with `swift-rs` directly.
I'm pretty sure I want to integrate Nushell directly into Stacks, and make pipe to shell, pipe to that integrated version of Nushell, which would bypass this issue (although it'd...
Yeah, it does. Thanks for the data point!
I think there's 2 issues outstanding: 1. leverage nu_plugin_core::util::Sequence: this one is straight forward if I move Sequence to nu_protocol. I'm tempted to PR moving it to nu_util and changing...