Seunggon Kim
Seunggon Kim
Links for Go and Rust are reversed.
I would like to use [`httpx.AsyncClient`](https://www.python-httpx.org/async/) for async as we have a plan to use `httpx` already.
Nice issue. Is 0.1.1 right version you intended?
Agreed 👍
It's been a long time! Thanks for the nice suggestion. As workaround, you are able to use `configs` param. - https://github.com/line/centraldogma-python/blob/main/centraldogma/dogma.py#L64 - https://github.com/line/centraldogma-python/blob/main/centraldogma/base_client.py#L29 - https://www.python-httpx.org/advanced/transports/#http-transport ```python transport = httpx.HTTPTransport(retries=1) Dogma("baseUrl",...
> it seems the feature is limited to the connection level errors. Absolutely. To be clear, here are two issues (also expected two PRs). It seems that given number of...
Thanks for the suggestion! Just to clarify: transitioning a PyPI project from a personal, [centraldogma_line](https://pypi.org/user/centraldogma_line/), to an organization account is something that is handled entirely on [PyPI](https://pypi.org/) itself — not...
https://github.com/line/centraldogma-python/actions/runs/11096965825/job/30827436461 ``` FAILED tests/integration/test_content_service.py::TestContentService::test_watch_file - httpx.ReadTimeout: timed out FAILED tests/integration/test_content_service.py::TestContentService::test_merge_files - centraldogma.exceptions.RedundantChangeException: The given changeset does not change anything. ```
Seems resolved. Please reopen when it occurs again.
> if main branch testing fixed @darjeeling I hope so. [It](https://github.com/line/centraldogma-python/pull/48/files#diff-b0476583ffb9f57641a105327b3aae440bb46549b4f7ade4fe0f2500c0c2c814R36) may help tests to be more robust. Still tests for watch seems flaky though.