Evan Stoll

Results 78 comments of Evan Stoll

Okay, so I've been going in and out of working configurations, trying to stabilize/find the right setup. What I have found is that, during `mvnix-update`, various 404s will be cached...

This seems to be a combination of misconfigured remotes/repos, and jq being given bad JSON (something like https://github.com/stedolan/jq/issues/1049#issuecomment-598247299, perhaps). In failing to resolve various artifacts, `mvnix-update` will enter the sanity...

This seemed to solve the issue in my case: Contents of settings.xml ``` xml nexus * Local Nexus Repository http://172.16.0.208:8080/nexus/content/groups/public ``` I still feel like this could be better handled,...

This is something I've been wondering since realizing https://github.com/uutils/coreutils does not yet have this feature (IIRC). I've never been too familiar with parsers or lexers, and while I'm _very_ happy...

I think the [Compatibility](https://github.com/locka99/opcua/blob/master/docs/compatibility.md) document is the best place to reference this information, though I can't speak on how much it details.

> ... I'm just thinking that maybe at some point in the future we could even have a workflow where users of the library generate their nodesets and datatypes in...

Unfortunately, I _have_ encountered this issue with [nix-npm-buildpackage](https://github.com/serokell/nix-npm-buildpackage), at least using NPM v7. Under the thread for https://github.com/serokell/nix-npm-buildpackage/issues/33, @yorickvP linked https://github.com/npm/cli/issues/2160, which seems to point to a fix for pacote...

@keilw indeed, the latest SNAPSHOT appears to work without issue, and I am able to generate OpenAPI documentation (with our project that depends on Indriya) utilizing the Swagger Gradle plugin...

I have been experiencing this issue as well but was waiting until somebody else confirmed, wasn't sure if it was just me I realize the status for the link feature...

Potentially related to #375