Dimitris Xenakis

Results 71 comments of Dimitris Xenakis

Once merged, this is supposed to close #8262 right?

Would something like this introduce problems anywhere?: https://github.com/rucio/rucio/pull/8265 Note: Since Flake8 (which is used in our pre-commit), has different defaults compared to our ruff configuration, I can reflect those defaults...

Since Ruff implements the full pycodestyle rule set (the `E`/`W` codes), we can eventually get rid also of `pycodestyle` (I have the PR; just waiting first to merge this one).

My worries here is that I see too much overlapping functionality with the currently existing `bootstrap_dev.sh` which is on hold till our ongoing CI adjustments are ready, in order to...

I would argue that both have basically the same host dependencies (namely, Docker daemon and Compose plugin). The current script spawns all the required containers on host, while the later...

> The main remaining value would be the standardized devcontainer specification, which provides: > > * Cross-platform IDE integration (VS Code native, PyCharm improving) > * Reproducible development environments without...

Should we automatically prune the Docker build caches after imagecache builds? something like: - name: Cleanup builder cache to avoid "No space left on device" errors if: ${{ always() }}...

What do we do with this one @rdimaio ? Also, how come and the checks run here are so many? :/

> > What do we do with this one @rdimaio ? Also, how come and the checks run here are so many? :/ > > According to the comment we...

Could you link an issue to this one please?