Andy Gayton

Results 82 comments of 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: ![image](https://github.com/cablehead/stacks/assets/1394/e4273752-68ae-4f7e-9524-6379998025b3) ![image](https://github.com/cablehead/stacks/assets/1394/53937aaa-796a-44c0-97b7-24e2aeadfbab) ![image](https://github.com/cablehead/stacks/assets/1394/effef339-f25d-4e93-9fbc-8e75b387a163)

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

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...

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...