Results 436 comments of Aria Desires

Yikes! * How did you originally install the package? * Did you use any special environment variables or manually relocate the binary? * If you download the .ps1 script and...

Oh this is a great catch! This is where we currently apply the *reverse* logic of asking whether they want to enable homebrew publish. In this case I think we...

Just updating the status of this since a lot of the comments are outdated and kinda talking about an orthogonal question: * In latest versions you can do `uv init...

This currently isn't supported, but I think the code is surprisingly well factored for it, in the sense that we generally avoid anything building up an artifact name from first...

Looks like my system is Ideal for debugging this. I have a heckload of pythons installed on my windows system by ??? being a programmer ??? and I specifically have...

I've isolated this down to my *chocolatey* install of python 3.12 which is a shim executable. The chocolatey install *was* DEBUG printed but I missed it because when we debug...

Ok so [the chocolatey shim](https://github.com/chocolatey/shimgen/blob/70ddc44f27a496984c1b333a8534bce07353eef5/shim/ShimProgram.cs#L58) on my machine contains the hardcoded string `c:\python312\python.exe`, which it uses to invoke the binary. This in turn subtly changes the behaviour of the python...

Ah I see, because you're using a custom dist command, you need to manually specify to `go` what the output file should be, extension and all, but cargo-dist is mandating...