Brian P. Holt
Brian P. Holt
I tried the alternate `base` (``, in my case) and it seems to be working. It’s a little hard to tell for sure because of https://github.com/kwk/docker-registry-frontend/issues/53. I also had to...
Since #53 has been fixed, everything seems to be working in my fork. @kwk, if you can suggest how to introduce `ENV_BASE_HREF`, I’ll try to implement it. In the meantime,...
Yeah, seems like it would be wise to make it configurable. Maybe opt-in in 0.4 and then opt-out in 0.5?
FWIW, I think catbird probably ought to stay on Java 8 until Twitter supports Java 11 in twitter/util (https://github.com/twitter/util/issues/266). (In my experience, twitter/util does seem to work on Java 11,...
Take a look at https://github.com/palantir/stashbot/issues/12. It looks like you can use labels to restrict jobs to a particular set of nodes.
I'm a little confused about which part is expensive. If it's the part about responding to comments, could this be implemented using a configuration option instead? I'd love for a...
That makes sense. In the meantime, are you open to implementing a rebase-and-force-push workflow behind a configuration option? (i.e. operators or repos could opt-in to replacing the current revert-and-reapply behavior...
I could have used this today. It seems like a helpful addition.
FWIW, I think this is a dupe of #1869. Very much hope it is picked up soon!
Another thing I just encountered: I don't think setting `-release` helps catch errors where a dependency is inadvertently updated to a version that requires a higher JDK version than the...