Victor Bjelkholm
Victor Bjelkholm
Ah, `ipfs pin update $oldRoot $newRoot` seems a lot better. Try it out and let me know how it works. Currently I'm just keeping all old packages as well, doesn't...
Unrelated, but are you still mirroring once per day? Guessing you're also using it for updating your system, how has it been working so far? Any problems?
Hey, thanks a lot for contributing! I'll take a look at this later today
Hm, this seems bad. Might be something funny with how the tag+image name is being generated and/or passed around. I'll take a look later. However, whats even worse is that...
@koresar the exit code should always be set to something that is not zero, can you check which version you have? Since there is no `version` command until right now...
Thanks a lot @koresar and @rawgni for digging into this, I can't express how thankful I am for you helping out tracking this down! So I've just pushed a new...
Yeah, my initial implementation that copies all the files, was because I was not sure if I could specify a custom Dockerfile. According to https://docs.docker.com/engine/reference/api/docker_remote_api_v1.23/#build-image-from-a-dockerfile we can use the `dockerfile`...
Yeah, was thinking about babel but I babel is too heavy to just transform a couple of arrow function declarations. If needed, I rather just fix that manually since the...
@patrickkang ideally it would be working on 0.10 > but I realize that might be too much. Depends on how much needs to change basically.
So, tried for a while to get this working and pushed the branch [old-node](https://github.com/VictorBjelkholm/autochecker/tree/old-node) that has some changes with template strings and arrow functions. Now I'm looking for a good...