Ryan Dens

Results 18 comments of Ryan Dens

This would be fantastic to have for sure. I see that the `AbstractTransitionNexusStagingRepositoryTask` uses the internal `BasicActionRetrier` that leverages the `failsafe` library to do handle resiliency issues. It seems like...

:wave: Hey @szpak, I started to hack away at this and learn more about failsafe. Mind sharing some early feedback on my approach when you get the chance? The diff...

:wave: Would the Traefik team be interested in having a community member take this on? I'd be happy to take a stab at it. If you are, what shape would...

I'm also still seeing this deprecation warning for `BuildIdentifier.getName()` which looks like it is being used in by the quarkus class `io.quarkus.gradle.tooling.dependency.DependencyUtils` based on this stacktrace: ```bash at org.gradle.api.internal.artifacts.DefaultBuildIdentifier.getName(DefaultBuildIdentifier.java:48) at...

👋 i wouldn't expect it to work with the artifacts built by the shadow task - feel free to make a PR! If you want to make a specific proposal...

Ideally this would include an automated job that runs a build on windows github action - I admit I don't use windows for development so not sure the best way...

Huh, that's interesting. I activated the build scan from that build, and it looks like the simple-agent jar is not present at the time that test executes 🤔 https://scans.gradle.com/s/lu7fzdilc6rlq/tests/overview

Hi @felixscheinost, thanks for the suggestion! Just to make sure I understand the use case correctly, is the idea that you wanted to provide opinionated conventions for configuration across all...

Cool, this makes sense to me and seems like a reasonable use case. I'll take a look at what's feasible. Something I'd like to make sure we get correct is...