bh-tt

Results 44 comments of bh-tt

Would it be possible to only fail the build if a clang-format call actually happens? The gradle plugin crashes the build during the configuration phase if it is not available...

Could part of the problem be that the task tries to resolve '+' version for all dependencies in the entire graph, as opposed to only direct dependencies? I tried this...

Yes, I was thinking of transitive dependencies, and I understand why you disabled those as those are much harder and error-prone to update.

Just encountered this, the issue was not prefixing the bucket endpoint with `https://`. That caused the plugin to try to connect to AWS s3 (I'm using a local bucket) which...

@zx96 could this perhaps be merged with a note that setting this flag can have some issues with layer caching? That would at least enable the feature, which likely provides...

It seems like the max-worker-execute-time setting is not very useful then, as quarkus (in prod) runs very little work on that thread pool (either the event loop or the worker...

The base executor smallrye uses is from the io.quarkus.deployment.builditem.ExecutorBuildItem. I'm guessing this would require checking if vertx is present, and if so using an executor from vertx (configured with the...

@tomastigera I seem to be dealing with this error as well (neither hostnetwork pods nor nodes can reach the apiserver on the Service (10.96.0.1:443), but have no trouble reaching it...

Can I request that ephemeralcontainers be added to the allowed subresources of Pods for `kubectl patch`? This makes the above 3 steps a bit easier as one can simply run...

@zx96 do you plan to create a PR for the linked commit? It would save many people a lot of frustration if our image builds would stop crashing at the...