John Wittkoski
John Wittkoski
@lifekaizen Do you have a branch with your investment changes?
In the existing code a minimal replacement `request` object is created (it's simply a `GET $path` with nothing else). Unfortunately, this drops certain headers that were already computed in the...
This bug also shows up in the logs if you are using certain logging placeholders (like `%h`) which are populated from the (non-existent) environment. For example, the client's IP/host will...
It's actually any leading, trailing, or multiple sequential spaces. All of these fail: ``` " -dry-run" "-dry-run " "-dry-run -hash" ``` It looks like this is due to how the...
@fotoflo The fix you listed does not set the QRErrorCorrectLevel as you expect (although it does get rid of the error). It seems like you would only see this error...