Daniel Bast
Daniel Bast
Dockerhub got unfortunately rate limited regarding pulling containers. By publishing to the Github container registry (can be found here https://github.com/koalaman?tab=packages) that rate limit can be avoided and makes pipelines using...
### What would you like Renovate to be able to do? Update gradle manager to also update the verification-metadata.xml when dependency versions get incremented. Background: Gradle supports dependency verification to...
Done via: ./gradlew wrapper --gradle-version 6.9.2 Does not depend on old log4j version anymore: https://blog.gradle.org/log4j-vulnerability
This is ready for discussion, if that concept would be excepted or what changes to apply to it: It is based on the idea to make it possible to trace...
### Description Adding and applying pyupgrade (same upstream as pre-commit): * to remove superfluous future imports * convert various old string formattings to fstrings * replace mock imports with integrated...
While storing diagrams as .py files and their rendered .png representations in version control and using CI workflow to check that the png version is up to date, I noticed...
[pre-commit](https://pre-commit.com/) became pretty popular as framework to combine linters / code-formatters via [hooks](https://pre-commit.com/hooks.html) across different languages. It can be enabled as actual git hook or just used by running `pre-commit...
### Changes Remove typing_extensions from run time requirements = less dependencies to install for users of aiokafka. ### Checklist - [x] I think the code is well written - [x]...
cmd: `git rebase -i origin/main` error: ``` hint: Waiting for your editor to close the file... Unable to load Git repository: Could not open repository from environment error: there was...