Alice Knag
Alice Knag
looks quite familiar. [My implementation was quite similar.](https://github.com/AskAlice/search.emu.sh/blob/11857d1d84b908ec20293288272522c31224e48a/src/routes/suggest.ts#L316-L337) I used string templating to dynamically name the keys (ie `suggestType`) based on whether or not it's a google result. ```ts const...
I tried this with openjourney and arcane and both of them throw the same error I've gotten in the past, some dictionary error. Also, in stable-diffusion-webui-docker, the folder select window...
> > I tried this with openjourney and arcane and both of them throw the same error I've gotten in the past, some dictionary error. Also, in stable-diffusion-webui-docker, the folder...
We initially tried to do this on our end, but since the request body was already closed in the ns1-go client, it is not possible to do this on the...
@lstein can you cut a release for this? Getting this at the moment
yeah i should have mentioned I had run that before executing just in case. ``` 💖❯ docker login Authenticating with existing credentials... Login Succeeded Logging in with your password grants...
I've made an issue on docker's buildx. honestly not sure if it's the right repo in docker upstream code but I am fairly sure that has nothing to do with...
yeah that's what `rm C:\Users\alice\.docker\config.json` did, I also tried `docker logout` and it's the same
I think it has to do with this line ``` ERROR [internal] load metadata for docker.io/library/base:latest ```
I had to make this change. there probably is a cleaner way to do it  I also set preload to false as the script no longer existed and it...