Andras Slemmer
Andras Slemmer
Confirming that this is still an issue. We're not even using macos, we're compiling for `x86_64-fortanix-unknown-sgx`. Unfortunately we now *have* to bump `cc` because of other reasons, and it's difficult...
Hi, we've been using rootless nomad for quite some time now and it's been working fine up until version 1.5 and 1.6 where the docker driver broke. The culprits seem...
I see, is this a new feature in 1.5? Also, is there perhaps a way to put the cgroup under a parent owned by the docker group to solve this?
This is indeed very confusing. How exactly are we supposed to import `poetry2nix`? I've included it in our project with `fetchFromGitHub` but still getting the above error.
I think I found the issue. In our case we were using a poetry2nix override, and the override itself used `pkgs.poetry2nix` (so the one coming from nixpkgs) rather than the...
> There's no "correct" choice here for users to make: it's purely a preference. And in the absence of correctness, we have to choose the option that supports the most...
It's not the default! The default is `false` ([see here]( https://github.com/git/git/blob/936d1b989416a95f593bf81ccae8ac62cd83f279/environment.c#L48)), and the windows **installer** (which is installing on a dev machine) picks a different default. Why is the **installer**...
We have zero developers using windows. The only reason we ended up at this issue is because we had a nasty reproducibility bug that affected customers using windows, as our...
Agreed, the option's existence itself is bizarre. But also, even if you have only windows developers, how does this setting help in a GitHub Action context? Those windows developers used...