Results 10 issues of panlq

Can read_env provide an encoding parameter? , So that the user can open the file according to the file encoding. ```python @classmethod def read_env(cls, env_file=None, encoding=None, **overrides): """Read a .env...

enhancement

1. add unit tests TestHTTPClientGetRetriesOnTimeout 2. fix issue #89/#94: retrier called even with 0 retry count and time sleep will be called even when the retries are exhausted 3. Cancel...

在python 版中,发布订阅部分receive_logs.py,其中以下代码错误 > result = channel.queue_declare(exclusive=True) 需修改为: > result = channel.queue_declare('', exclusive=True) [原文](https://www.rabbitmq.com/tutorials/tutorial-three-python.html)

1. fix https://github.com/hugapi/hug/issues/911 2. add exception handler pytest

https://github.com/hugapi/hug/blob/8b5ac00632543addfdcecc326d0475a685a0cba7/hug/interface.py#L936 1. Why find a potential handler doesn't exit the loop? 2. https://github.com/hugapi/hug/blob/8b5ac00632543addfdcecc326d0475a685a0cba7/hug/interface.py#L935 potential_handler The handler may just be a function that does not call hug.exception(SomeException, potential_handler) injects the handle...

1. https://github.com/hugapi/hug/blob/8b5ac00632543addfdcecc326d0475a685a0cba7/hug/interface.py#L941 2. https://github.com/hugapi/hug/blob/8b5ac00632543addfdcecc326d0475a685a0cba7/hug/interface.py#L910 3. https://github.com/hugapi/hug/blob/8b5ac00632543addfdcecc326d0475a685a0cba7/hug/interface.py#L273 4. https://github.com/hugapi/hug/blob/8b5ac00632543addfdcecc326d0475a685a0cba7/hug/interface.py#L359 5. https://github.com/hugapi/hug/blob/8b5ac00632543addfdcecc326d0475a685a0cba7/hug/interface.py#L363 exception handler must trigger by bind exception raise and the handler func args(exception) type hints is bind exception `initialize_handler` re-instantiate...

![企业微信截图_b87142cf-7921-4965-95e7-98572d4386bf](https://github.com/user-attachments/assets/eb451794-ead6-49c8-aee7-3d9013ad627c) ![image](https://github.com/user-attachments/assets/a70da679-7847-44bc-b77f-cdfb4cc7a3ad) or I need to clone to local and replace kubegems(main repo, `kubegems.io/modelx v0.1.7` ) go mod to local. > kubegems.io/modelx => ../modelx

https://github.com/kubegems/modelx/issues/6

mac m1 arm64 ```bash ❯ k get pod -n kubegems ⎈ k3d-panlq-cluster NAME READY STATUS RESTARTS AGE kubegems-dashboard-7945d9f59c-gvhg8 1/1 Running 0 11m kubegems-gitea-0 1/1 Running 0 11m kubegems-chartmuseum-7957559f94-r2xl9 1/1 Running...

### Is your feature request related to a problem? Please describe. The Zot registry is a lightweight image proxy service, but there is an issue: pulling images is very slow....

feature
rm-external