Arnout Engelen

Results 691 comments of Arnout Engelen

I've added a warning note to https://wiki.nixos.org/wiki/Nextcloud

I did some more digging: x2t invokes some javascript code using v8. That (I *think* the invocation of `NativeOpenFileData` though it is a little unclear) crashes with something like: ```...

OK, after deciphering it turns out that crash was a red herring: it was due to me not pointing at `AllFonts.js` correctly. With that my built-from-source with-debugging x2t (https://github.com/NixOS/nixpkgs/pull/338794) actually...

I think with https://github.com/NixOS/nixpkgs/pull/338794 this _particular_ issue is now fixed. It remains a bit scary to me that there was no clear notification that there was something going wrong, and...

Projects that'd benefit from this include Apache Toree and Apache Pekko gRPC (codegen)

Hmm, this seems like quite a corner case. If you're using Streams like this, you'll have to be quite aware of those intricacies already. At that point perhaps it isn't...

For Nix: https://discourse.nixos.org/t/package-urls-purl-for-nix-packages

> I am not sure if they are needed They are used in https://github.com/apache/pekko-grpc/blob/main/gradle-plugin/src/main/groovy/org/apache/pekko/grpc/gradle/PekkoGrpcPlugin.groovy#L108 . > The assembly jar bundles lots of scala-library, io.grpc, guava, protobuf, checkerframework classes but the...

> Maybe, we could get away with changing PekkoGrpcPlugin.groovy to use the plain jar and rely on Gradle to fetch the dependencies. Last time I checked the gradle protobuf plugin...

IIRC think the only reason `org.apache.pekko.util.ccompat` existed was because back then `scala-collection-compat` did not yet promise binary compatibility, so we didn't dare to add it as a dependency, but did...