Tiansu

Results 59 comments of Tiansu

I will experiment around it. Open a PR if my time permits. 😄

Draft PR https://github.com/marcolardera/chatgpt-cli/pull/71 Seems API KEY loading is not working as intended, needs some further work on this.

Some general comments on how to refactor this repo: - Set a Config class responsible for resolving config vars from various places. (Currently, it is bit of a mess.) -...

^ Second link should be this one https://github.com/apache/iceberg-python/issues/819

@ndrluis @kevinjqliu I can contribute to this. Would you say the intended behavior should be: - 204 return True - 404 NoSuchTableException - others: raise a corresponding response error

potentially duplicate to this one https://github.com/astral-sh/uv/issues/7917

Simply sorting by `name` would be more than helpful, as we have a lot of files having partitions already based into the file path. I would prefer to quickly found...

Still the same error: ```shell pyiceberg list --uri http://localhost:8181 URI missing, please provide using --uri, the config or environment variable PYICEBERG_CATALOG__DEFAULT__URI ``` even if thats the case, the error message...

Thanks, putting uri in front of commands worked! Another thing is ``` -> % pyiceberg list --help URI missing, please provide using --uri, the config or environment variable PYICEBERG_CATALOG__DEFAULT__URI ```...

I would say `load_catalog` lazily until actually needed, in the main command.