Maximilian Gaß
Maximilian Gaß
Since this is still open, could we clarify [the Earthfile docs](https://docs.earthly.dev/docs/earthfile#run) to say this does not actually bypass the shell, or maybe link to this issue?
With the workaround released, we have noticed some warnings in our logs. So first of all, the workaround does work, which is good :) I noticed a very curious pattern....
I also went spelunking through Renovate's recent changes and found two things of note: * https://github.com/renovatebot/renovate/commit/26337ac124f4dd1885a44ed65822f2944ad69f3d changed the condition for when filteredReleases is sliced to a single release. * Node.js...
> So we will come back to this once 3850 is resolved, to see what memory usage is like afterwards. 3850 is resolved now.
> could you please try master again and report how memory usage looks for you now? Very happy to report it looks much better now. Down from 3.8 GB to...
See https://github.com/containerd/containerd/blob/main/core/remotes/docker/pusher.go#L173 ``` // NOTE: the fromRepo might be private repo and // auth service still can grant token without error. // but the post request will fail because of...
I have been trying to create a test case for this and I cannot reproduce the problem. There was a recent change, https://github.com/containerd/containerd/commit/40b0083c4779d8b80792cc3f1a364499dfecdd04, but this does not seem to change...
When calling json.Marshal on the same struct twice during a CUE run, should the output be identical? https://github.com/cue-lang/cue/issues/3969
@mvdan yeah I‘ll have to create a simpler example on Monday. What I mean is not the same fields and values, but the very same struct, like ``` s: {a:...
@cuematthew yeah, the simple example does not exhibit the wrong behaviour, I only used it to make sure we agreed on the invariant. There is a full write-up of my...