grepwood

Results 72 comments of grepwood

@dwelch2344 I'll give it a shot this week. Sorry for not responding for this long. My email notifications broke

@dwelch2344 I confirm it works like a charm! Thank you so much! :D

@LeStahL what if you could use this? ```python rpm = None is_rpmfile = False try: rpm = rpmfile.open(...) is_rpmfile = isinstance(rpm, rpmfile.RPMFile) except rpmfile.errors.RPMError: pass ``` Then at least you...

Thanks a ton @srdo! I've bridged the gap left after there being no `scala_image` function in `rules_oci`, but one problem remains. The fat jar includes, but can't initialize the json...

Oh dear... you've got it. There are 2 different `META-INF/org/apache/logging/log4j/core/config/plugins/Log4j2Plugins.dat`: 1. 3247 bytes large from JsonTemplateLayout 2. 21343 bytes large from log4j core - the fat jar uses this I...

The upgrade has not succeeded thus far: https://github.com/bazelbuild/rules_java/issues/256

I see. I see. I broke something on purpose now, and I'm getting `[io-compute-blocker-2] ERROR MakeDeps` spam regardless of settings.

@JasonLunn yes, though it sounds terribly scary. With large updates like this I always worry what else can break. I will let you know how it went

I was right to worry. 26.0 breaks in yet another place: ``` (12:03:14) ERROR: /home/grepwood/.cache/bazel/_bazel_grepwood/.../external/com_google_protobuf/src/google/protobuf/compiler/BUILD.bazel:174:11: no such package '@com_google_absl//absl/log': The repository '@com_google_absl' could not be resolved: Repository '@com_google_absl' is not...