piegames
piegames
@ofBorg eval
Looking at the code and how to resolve this, I fear that an animated spinner is fundamentally incompatible with an interactive prompt. I suggest either removing the animation, or entirely...
As an alternative workaround to running `uv` with `-v`, setting `GIT_TERMINAL_PROMPT=0` also works.
An interactive prompt is still possible via git's SSH_ASKPASS configuration. uv does not need to bother handling these, as they start a UI element. I think there are other options...
Confusingly, SSH_ASKPASS is not specific to SSH auth and can also prompt for basic HTTP auth. If no GUI is available, I recommend setting up a custom credentials-helper. I recently...
While toying around with this feature for #2867, trying to come up with some good CSS making use of this feature, I came across a fundamental limitation: Because the way...
Let's set aside for now that the line length option in its current form has drifted pretty far away from its original semantic intention — You sound like you'd want...
In #256 I reintroduce the line break after the `=` which I'd previously removed, and in the Nixpkgs diff you can see why I removed it in the first place:...
> Oof, TIL Nix can't escape newlines in strings Uh you not gonna like this, but Nix *does* have escaping rules, otherwise in your example the `\` would be part...
Let's close this specific instance as fixed with #256, and the others as wontfix