Dmitriy Matrenichev

Results 70 comments of Dmitriy Matrenichev

Greetings! Thanks for the PR.

As far as I can tell `github.com/docker/docker/client` have nothing related to contexts. `docker context` rely on entire [cli](https://github.com/docker/cli/blob/69c54641f70ec245a467b9ae4497898edc055554/cli/command/context/list.go#L47) implementation, which I don't think we should pull as a dependency. We...

Since the workaround is quite simple, and changing the behavior will require a lot of new code, which is not going to be used frequently, I think it's safe to...

Just a heads up, since #9310 > order of resolvers doesn't appear to be totally under the users control Is no longer true. So this should be fixed now? By...

Partially done in https://github.com/siderolabs/omni/pull/972 and https://github.com/siderolabs/omni/pull/985 To be fully done when solution to https://github.com/siderolabs/omni/issues/967 is found.

@sanmai-NL what Go library you propose exactly?

@sanmai-NL > Why must it be a Go library? I suggest a native executable that runs as daemon and adjusts the clock. The core idea of Talos is to keep...

> A big library adds more instructions than a small executable. With dead code elimination optimization that's not true. > But it's also possible to use ntpd-rs as a library,...