Le Stephane
Le Stephane
I'm going to submit a PR, with the smallest change possible, as I was unable to refactor effectively in the absence of type checking (some errors only show up at...
Created a PR (https://github.com/clarityai-eng/codeartifact-gradle-plugin/pull/230). Keep what you like and throw the rest away.
Updated PR #230 hopefully for the last time.
This line looks extremely suspicious: ``` use_node() { ... local node_version_prefix=${NODE_VERSION_PREFIX-node-v} ``` Specifying NODE_VERSION_PREFIX will NOT work in bash (which the shebang says the stdlib is written in). The proper...
Can somebody speak as to why this issue is still in the open state? I'm totally confused, the guide is at v7.2 by now... I landed here from the guide's...
Looks like some unwrapping of the reflective invocation exception cause needs to happen when determining the exception mapper to invoke.
Switching the type of the exception to `RuntimeException` fixes the problem, adjusted the title of the issue and reproduction.
This seems to be a general problem with the aws driver, the security group that gets created is also not tagged. Maybe change the summary of this issue to something...
@bjornfor I'm getting a similar looking error (same error message) when `flatpak --install --user`-ing an app, using the `flatpak` command I installed using `nix-user-chroot`. I can post the full error...