Liam Stanley
Liam Stanley
FWIW, `exec format error` is very likely to be a mismatch in CPU architecture (funnily enough, also noted here by chatgpt https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/619#issuecomment-1829780349). These are the two most common situations I've...
I looked at implementing this, however, it looks like the "documentation" portion of helm-docs is too engrained at multiple levels today to make it a simple implementation. Ideally, some of...
This is my temporary solution for now -- before building and pushing the image to a container registry, I just revert the patch in question: ```console git apply -R https://github.com/invoke-ai/InvokeAI/commit/b00e27b02275465fc4fafc6344dfacd48ee1fc95.patch...
> FWIW, in your case it might be easiest to set ....containers.command: ["invokeai-web"] and this way bypass the entrypoint altogether. Just as an option. I attempted this before (though this...
@zamazan4ik email is the only supported option, that is correct. I will be taking a look at implementing more options (and deprecating how mail notifications currently work) very soon, so...
Any update to this? Only issue I see is that if the currentAppName isn't provided, it wouldn't know what the app name is that it should be checking the log...
Looking at: https://github.com/ahmadnassri/action-terraform-report/blob/dd8f07e17d93ddaf664f2fd649b0e39f7749f514/lib/stale.js#L14 Is there a reason you'd be excluding any comments that have the standard footer? `!c.body.includes(data.footer)` vs `c.body.includes(data.footer)`? Wouldn't that exclude anything made by the action?
From my initial testing, it looks as though mouse coordinates still return as if it was a full screen, however non-alt-screen programs scan start at any height from the top...
There is no way this should require that much memory. I'd still consider it a bug if it actually required that much.
Of course there may be other small changes necessary, however this library does not look to rely on any of the old constants from the v1 package. If yours does,...