stuartofmine
stuartofmine
Got this too. Just delete 'build' folder in the same folder with pkgproj file. Deleteing this build folder need sudo auth, guess that's the problem.
Same On MacOS 13.4.1,Python 3.9,Pydub 0.25.1.
> Refer to the docs: https://docs.docker.com/network/proxy/ > > I resolved the issue by editing `~/.docker/config.json`: > > ``` > "proxies": { > "default": { > "httpProxy": "http://host.docker.internal:7890", > "httpsProxy": "http://host.docker.internal:7890",...
I forked a branch and fix the error on Xcode 15, It works on my project but don't have enough test. https://github.com/stuartofmine/ReactiveObjC_2023/tree/dev
maybe more like https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web , guest user auto signup and can login by cookie
OK. I have finished it by trusted header. 1. In your docker-compose.yaml: > environment: > - WEBUI_AUTH=True > - ENABLE_SIGNUP=true > - ENABLE_AUTO_AUTH=true > - AUTH_TRUSTED_EMAIL_HEADER=true > - WEBUI_AUTH_TRUSTED_EMAIL_HEADER=X-User-Email >...