Manfred Endres
Manfred Endres
I have the same issue. By tinkering around to solve my other issue #3601 with the latest paket version I also now see this error.
So I dived a little bit more into paket and what artifactory returns. Paket is looking for `PackageBaseAddress` resources. My artifactory instance returns this result: ```json { "version": "3.0.0", "resources":...
I try to ask again here. Can anyone tell me if this is a general issue with paket or artifactory?
Ok I checked the code and it seems artifactory is missing a crucial Resource. We switched back to the v2 URLs but have the other issue with paket and artifactory...
@jbaehr it seems you had more endurance with this issue. Seems you came down to the same dilemma I ended in. Can't use v2 with semver2 and v3 also doesn't...
@sellmeadog ah well is it again over a year ago. 2020 ... I had no time anymore to spend more on this issue so we moved back to use semver1...
OK I just figured out that our current plan doesn' inlcude access to the support service ...
Thanks @codygman for your last commend. I was working through this today and your workaround fixed it for me. I was wondering why `node2nix` has the token option but installation...
@codygman I feel you. My initial joy was also shortlived because in my case the build failed in the end because of some `gyp` not found yada yada issues. I...
The problem is, that `ljust`, `rjust` and `center` calculate the length of the string value with the hidden escaped ANSI characters. I use this in my code. I apply the...