Results 149 comments of oddlama

Very simple file to reproduce: ```nix rec { a = "test"; p = ./test/${a}.nix; } ``` It seems to not like the interpolation in the path. @josqu4red You can work...

Maybe, but I'm not 100% sure it's that simple. It frequently feels off by far more than a factor of 1k. More like if it was a quadratic accumulation of...

Looking over this again I see that impermanence should have created the home directory in the persistent folders with 700 already: https://github.com/nix-community/impermanence/blob/e3a7acd113903269a1b5c8b527e84ce7ee859851/nixos.nix#L572-L581 Yet, for some reason mine ended up with...

I just copied what I found from the original compass, can you check wether the classical compass works differently? If not, then there isn't anything I can do unfortunately :/

Lol I legit copied the datapack code from the original compass. I'll need to investigate where the flipping happens. If it's on the client side we might have bad chances.

I'm not entirely sure what's the cause of this, but I have had similar issues too. I feel like it started as soon as I added PNG images to my...

Sure, works like a charm when restarting. This is through a non local endpoint although i'd argue DNS has long been resolved at that point. It happened exactly on the...

I'm unfortunately not sure what causes this either, but this kind of error after exactly 2 hours on the second cannot be a coincidence. I am also not using an...

Good catch, that's probably it. I don't remember the exact parameters anymore but there's a possibility that I had used --threads 2.

Once files are checksummed on the client I think you are right, but currently it would take the same amount of time to retry, as all files will be reuploaded.