Arnout Engelen

Results 416 issues of Arnout Engelen

xmlns strings need to match exactly, and these vocabularies are defined with `http` namespace strings, so we need to follow that. ### Committer Checklist (excluded from commit message) - [...

The definition at http://usefulinc.com/ns/doap has been updated since the previous generation (for example it now contains `security-contact` and `security-policy` properties). Unfortunately when I `python3 ./rdflib/tools/defined_namespace_creator.py doap.xml http://usefulinc.com/ns/doap# DOAP` the generated...

If I understand correctly, we report `ReversedMissingMethodProblem` when checking for backwards compatibility because if a method was added to trait A, and trait B is compiled against an older version...

### What changes were proposed in this pull request? I'm having some trouble finding an authoritative reference, but it looks like a release (which is a property) may not contain...

DOCS

The reverts https://github.com/apache/commons-vfs/pull/396 and related changes and implements the same in a simpler way by replacing the encoded characters already in `fixSeparators`. This approach has a slightly higher risk at...

(not for review yet, intermediate PR to test on CI)

Reproduces #87 This is now blocked on: * [x] https://github.com/coursier/sbt-coursier/pull/507 * [ ] the next post-2.1.4 release of sbt-coursier / lm-coursier-shaded * [ ] sbt upgrading to that post-2.1.4 release

Likely 150ms is just a bit tight for CI: ``` [info] The Server Reflection implementation [info] - should retrieve server reflection info *** FAILED *** (450 milliseconds) [info] A timeout...

We encountered this nondeterminism in Pekko Connectors https://github.com/apache/pekko-connectors/issues/738 I think those `.proto` files are part of the `protobuf-src` dependency. Need to dig into what we expect to happen here, and...

bug

`ResolvedTarget` has an `address: Option[InetAddress]`. `PekkoDiscoveryNameResolver` uses that, even when its `.getAddress` returns `null`. It would probably be better to fail early and treat this the same as a target...