Eirik A
Eirik A
Raised an issue at npm over this https://github.com/npm/npm/issues/10800
original issue is somewhat lessened by [email protected], but I'm still having exclusive link related failures with that npm version. See https://github.com/clux/tournament-dev/issues/1
FYI for subscribers. Tried a full symlink setup with [email protected] since npm closed the bug, and while it's better, it still failed. ``` sh Command failed: /bin/sh -c cd /home/clux/repos/tournament/autonomy...
Yeah, you can downgrade npm to version 2 using `npm install -g npm@2` and `symlink` should still work. Future functionality in here is likely going to be programmed against `yarn`...
setting ci to build on tag '*' started https://github.com/kube-rs/controller-rs/actions/runs/5825727115/job/15797966094 which actually computed correct tags EDIT: it still didn't actually push the semver tag though wtf
I'd assume they would've said something about it to all the other languages that does this if it was a problem. For instance, [node](https://hub.docker.com/r/library/node/tags/) has over 1200 tags there ([src...
Maybe their cycle is not daily, but there's around 20 new tags pushed in the last 24 hours (though as you say, some duplication for convenience). You can see all...
Hey, yeah, that is a sensible request. It's a bit problematic as there's already an option to pass multiple search directories, and a `--skip dir` wouldn't necessarily know which of...
Yeah, you'd have to take out the leading directory part before doing the filtering down inside the [handling for each repo dir](https://github.com/clux/symlink/blob/bd83b3ec701ca0ab7221ba9547020e18aaa406d8/lib/symlink.js#L20-L34), which is a bit awkward, but that could...
Hm, interesting. When you say "inside gke" do you mean in-cluster (as in deployed inside a pod)? If so, shouldn't this be using the standard [incluster configuration](https://docs.rs/kube/latest/kube/struct.Config.html#method.infer) rather than the...