Craig de Stigter
Craig de Stigter
> In the directory structure you listed above, there is a base.txt which is usually not necessary since you can create the *.txt with a command like: > pip-compile --output-file...
But I guess it'd be great if renovatebot could handle both styles :)
> Thanks, I was thinking the same thing. If the ordering of execution matters then it's essential that there is a standardized way for the bot to be able to...
This issue is actually worse than hinted above - having a file called `-` in the root of the tree causes ack to hang always, regardless of what arguments you...
While checking that I found it interesting to note that the `options` doesn't seem to be required in our case. If I omit both environment variables and let wand run...
Imagemagick 7.x hasn't made it into ~an ubuntu LTS~ any ubuntu releases yet. Not sure why, seems like it's been around for years (?) [Looks like progress is being made...
Thanks for taking a look. I've tested both `_pipepager` and `_tempfilepager` paths, but only with `less` and only on MacOS. I'll try with linux builds and with other pagers, and...
Extra testing is still TODO, but the new commits are a bit more reviewable, esp if you read them one at a time 👍
On MacOS and Linux (I did it with the `python:3.8` docker image) output works as expected with `PAGER=cat`, `PAGER=less`, `PAGER=more`.
It needs testing in windows. The little testing I did suggested that it doesn't really work on windows yet. I got stuck trying to set up any kind of dev...