Siming Yuan
Siming Yuan
## Problem 1. `sio.connect()` first connects to namespace `/` before connecting to other namespaces. Subsequent `emit()` commands are allowed before all namespaces are connected to - causing messages to disappear...
mkdocs scan folder生成的HTML index基本上是乱的 可以利用https://www.mkdocs.org/user-guide/writing-your-docs/ 来customize navigation bar 比方说: ``` nav: - README.md - 菜谱: dishes/ - 做菜技巧: tips/ - CONTRIBUTING.md ``` Idea: - Contributions放在最下面 - 中文目录 (dishes -> 菜谱)...
seems like in the source code you can add watchers: ``` zk.session.add_watch_callback(3, '/my/favorite', my_func) ``` but apart from that the func needs to by sync instead of async, and isn't...
[warning] Error during inference: Request cannot be constructed from a URL that includes credentials: would be nice if credential support could be added for ollama running under http with auth
### Feature request In: https://github.com/huggingface/text-generation-inference/blob/main/server/text_generation_server/tracing.py#L59 the only form of otlp-endpoint support is GRPC Would it be possible also add http support? ### Motivation wide spread support and generally - less...