Craig de Stigter
Craig de Stigter
LGTM. So to implement that, we need to: * change all the output-format functions to `yield click.style(s, ...)` everywhere rather than `click.secho(s, ...)` * make `diff_with_writer` responsible for resolving output...
@vbjay were you able to find any more information about this? my interpretation of the fast-improt crash logs is that the git process didn't crash but the kart process that...
I'd suggest we add some code to check for dupe PKs at commit time, in the case that the WC isn't enforcing that for us. Throwing a useful error seems...
In 6d08db3c094164c61b57c7123dc7696cbb575375 I added usable progress for working copy checkouts. It's not pretty (at all), and you have to use `sno -v checkout` to get the logger to show up,...
Thanks for your persistence! 🎉
In retrospect, this is quite roundabout. If I implement something in click itself I can just yield the filelike object it's already using for stdin to less. i.e. bypass the...
WIP here: https://github.com/craigds/click/tree/filelike-pager
^ our fork works around this change, but at the expense of making ProjTransform objects unpickleable.
(We're using dependabot but we'd like options, and renovate has come highly recommended...) We use pip-compile, and currently our only choice in this space (I think?) is Dependabot. > Output...
> Could this be achieved using `pip-compile --upgrade-package X==2.0.0`? Looks like it, yes, though I haven't used that option myself. > Regarding ordering, I'm thinking that Renovate could determine the...