Chris

Results 32 comments of Chris

@yihong0618 發 https://github.com/yihong0618/running_page/pull/644 PR 的過程中發現`README.md`/`README-CN.md`並非完全的中英對照,這也是導致我發這個 Issue 的主要原因: - 中文版`README-CN.md`可以直接點開「縮放地圖彩蛋」看到點選`total`時會顯示詳細資訊(我知道這個重點不在這): https://github.com/yihong0618/running_page/blob/e05b665865af61071eab78d042cf9257b38fef9f/README-CN.md?plain=1#L120-L127 - 英文版`README.md`則無法,只能從動的非常快的 gif 上瞄到: https://github.com/yihong0618/running_page/blob/e05b665865af61071eab78d042cf9257b38fef9f/README.md?plain=1#L27-L29 根本問題是好像沒有針對第一次部屬完這個專案後的完整的操作導引,對於有能力閱讀 Source Code 的開發者不成問題,但可能對非本科使用者會造成一定障礙 😢 。

I don't have a clear idea yet on how to persist settings to the backend, but may I ask if you would welcome me to create a workaround PR for...

@JTHesse It's already possible to make `Default User Role` persistent: According to https://github.com/open-webui/open-webui/blob/90503be2edef1a1f7ce2074286b6316d5cb8868a/backend/config.py#L411 , create your own enviroment at https://github.com/open-webui/open-webui/blob/90503be2edef1a1f7ce2074286b6316d5cb8868a/docker-compose.yaml#L27-L29 . For example: ```diff environment: - 'OLLAMA_BASE_URL=http://ollama:11434' - 'WEBUI_SECRET_KEY=' +...

> ... Can I ask if this has been thoroughly tested and doesn't introduce any difficulties for anyone that wouldn't be using it? @justinh-rahb Yes! I've tested with and without...

https://discord.com/channels/1108621136150929458/1247041256173993997

I encountered the error `ModuleNotFoundError: No module named 'typing_extensions'` while using `M1 / Miniconda 3.10`. However, I was able to resolve it by executing pip install typing_extensions. Following this, I...

[output.txt](https://github.com/K0lb3/UnityPy/files/15172872/output.txt)

@yaskovdev To prevent Docker Desktop from automatically generating a new container name each time you rerun `docker run`(your step `1.` and `4.`), consider adding `--name cosmos_emulator`(replace `cosmos_emulator` with your preferred...

~~I tried to execute AppImage with `su`, but seems worse~~ APT does not need to be executed with root privileges, this is not a good try actually: logs ``` root@chris-System-Product-Name:/home/chris/Downloads#...