Michael Vorburger

Results 604 comments of Michael Vorburger

https://github.com/etcd-io/jetcd/issues/1486 Hm, curious that this minor version bump of a test library fails to build... ... on but one platform. I suspect that this may be a fluke. Retrying, let's...

@lavacat @jcferretti @lburgazzoli I don't know the history of this PR, but I would like to help keeping this repo "clean". Seeing how this PR does not build and has...

To clarify, the _you_ (in "you are using old exec plugin") is NOT [the project being built](https://github.com/enola-dev/adk-java/tree/41254a8f39e957b4f9b5277763bb6afb67419d5e) (which does [not actually use](https://github.com/search?q=repo%3Aenola-dev%2Fadk-java%20exec-maven-plugin&type=code) the `exec-maven-plugin`), BUT the JitPack "platform", which on...

I suspect that this technically isn't `protocolbuffers/protobuf` "fault", but it's because something else (!) was using an internal target (of this project) which is now no longer available or visibile....

#21231 was about very similar (I honestly even forget about that one already!) - but now adding `bazel_dep(name = "protoc-gen-validate", version = "1.2.1.bcr.1")` does not help.

FYI bumping to a bazel_dep(name = "protobuf", version = "31.1") meanwhile worked for me, in https://github.com/enola-dev/enola/pull/1520 (likely because in the meantime I've upgraded some other stuff) - so this is...

FYI my "use case" which made me raise this was simply trying to contribute to Linguist (for #7161) and trying to verify a fix on file which was not (yet)...

For the record for anyone else ever looking at this, it's in the [`HDTParser`](https://github.com/eclipse-rdf4j/rdf4j/blob/a5291bb75c8d3ff911cfb62464ac57f659f68ca3/core/rio/hdt/src/main/java/org/eclipse/rdf4j/rio/hdt/HDTParser.java#L65) class & Co. PS: I've created #5268 re. potential future support for RDF/CBOR (unrelated to HDT,...

Since using this a bit more, I've figured that `.direnv/` should be on `.gitignore`; I've raised #1497 to propose adding docs about this.