George Waters
George Waters
Ahh I see, I was misusing the `-o` by giving it a path rather than a name. Interestingly enough, doing so actually works perfectly fine on macOS (what I mean...
This should be resolved with https://github.com/python-poetry/poetry/pull/7121
Thanks for the quick response @maietta! > This would be outside the scope of CapRover. Got it, that is what I thought. I realize CapRover is very conscious about keeping...
I haven't tested this again, but it looks like only the macOS runner has been updated, not Windows?
Okay, thanks for the info!
Thanks @jayaddison! It's been fun working on it. And I actually was able to figure out what is going on and most of the why.... ### Background The way my...
> You mention you were able to use an alternative library/component implementation: does that mean that it's possible to get the correct-and-intended rendering behaviour (spinner without flickering) by substituting some...
The double call to `SetConsoleTextAttribute` is needed to make sure the state of the console is always put back to the default. I found [this](https://stackoverflow.com/questions/34842526/update-console-without-flickering-c) SO post, thought it was...
`_update_wheelfile` looks good, I'll update it to use that (although its implementation is weird in that it doesn't use `read_pkg_info` and `write_pkg_info`) `_check_and_update_wheel_name` I'm not sure about. Looking at it,...
> I completely missed those functions. It would be good to update the code to use them. 👍 > I'd like retagging to be the default behavior rather than an...