Weihang Lo
Weihang Lo
See also for some possible approaches we might want for de-emphasizing plain text login.
Since we tend to deprecate and discourage the usage, for me I wouldn't add more features for plaintext credentials. For implementing custom credential providers, the protocol accepts [additional arguments](https://doc.rust-lang.org/nightly/cargo/reference/credential-provider-protocol.html#login-request) so...
Second. Close.
@rustbot author
Thank you for driving this! I use Kitty so may gain nothing, but still a great feature!
The error was originated from [here](https://github.com/rust-lang/cargo/blob/3c5bb555caf3fad02927fcfd790ee525da17ce5a/src/cargo/core/workspace.rs?plain=1#L1656), way ealier than Cargo doing the dependency resolution. So by that time Cargo didn't know whether `nonexisting-pkg` exist. Note that `--package` flag is a...
While the PR is not ready to merge yet, I am kicking off the process to get a consensus on how we want to merge this. @rfcbot fcp merge Proposal:...
If it is an existing bug, we can wait and fix it later. Regardless, do whatever makes sense and is easy to follow on both review and implementation side.
> It's good to see it's also faster on Linux, albeit by a smaller margin. I was using c6a.24xlarge which is fairly not representative 😬
> Seems to be responsible for lack of git-lfs support in uv It doesn't seem like it. They moved away from libgit2 to `git` CLI months ago: https://github.com/astral-sh/uv/issues/3312#issuecomment-2165556220