SJ
SJ
> This is an important question, yea. Looking around at prior art would be good here, as I don't know how tools do this in general. For, let's say, "static"...
Oh yeah, I guess so. I don't currently use `direnv` (or any shell extensions, actually). Do we have any idea on the ratios of users to number of Pants repos...
Thanks for the feedback, and yeah, we briefly talked about this yesterday on the slack channel. In short, it's not a bad idea to do that on `tab`, BUT, you're...
That's great information! This **first** version of the completions only cover the goals/options/subsystems/etc - targets are a step two, as other than filesystem targets, those internal to BUILD files are...
So, I started looking into this today for the same reason. I think the aio-pika RPC pattern is cool, but I wasn't entirely sure how I could RPC proxy multiple...
Small quality of life improvement for anyone using this PR - you'll want to probably wrap the `$api.closeListbox();` call in `ListboxOption.svelte` with a `if ($api.mode === ValueMode.Single)` check so it...
I've got a new implementation coming down the pipe (hopefully PR this weekend). No more statically generated completions. The new implementation calls into Pants itself to perform the completion, so...
https://github.com/pantsbuild/pants/pull/19478 That's the proper one I think - I apparently forgot that it was never merged, but I think it was the testing that was falling over. When I'm back...
Okay, I just recalled what went down here. Making notes for when I come back to this in about 2 weeks: The overall completion functionality was roughly complete, but I...
@benjyw @kaos Do we have a location where we can store loose files, and pull them into the built-in goals anywhere? e.g. I wanted to store the bash and zsh...