Stephane Odul

Results 140 comments of Stephane Odul

@yonzhan @jsntcy @jiasli This dependency conflict is still present in 2.59.0.

@jiasli is there any expected progress on this issue?

It turns out that part of the issue is that the internal tool we use to wrap `buf` and `protoc` does not add any `__init__.py` files, which makes these folders...

Thanks for the report. It seems we might call other deprecated methods in other places as running `make test` in the green repo is failing on my machine with `setuptools==72.1.0`.

I filed a security report with homebrew because the home for duff is getting the bad redirects. ``` > brew home -v duff Opening homepage for Formula duff /usr/bin/open https://duff.sourceforge.net/...

Just ran into this very exact problem today. Unfortunately we run isort through gray which does not support passing the `append_only` config. Our workaround was to add `# isort: dont-add-imports`...

In our case we are not passing secrets in CasC, but a shell script to be used under the Tools configuration. The odd thing is that we did not change...

I feel that this would be a great way to offload most of io work from `zot` to S3 since S3 is proven to scale very well horizontally, especially when...

I have seen other projects make tomllib an optional dependency only for older versions of python: prior to 3.11. We could have similar logic here.