Thomas Eckert
Thomas Eckert
If it starts fine when running as a super user, you almost certainly have the Docker daemon running. Two things you can consider - Update your Docker engine to a...
Also having this issue. Would be worth documenting.
Hi @Mlaczkowski, Thank you for creating this issue. We have observed this behavior before when Kubernetes nodes are not shut down gracefully. As you said in your issue, the problem...
@bacongobbler, thank you for your response. I will look into that issue and see if it is related. I'll let you know what I find.
This is an interesting problem. I gave it a shot today and couldn't replicate the issue. Can you try it with Consul on Kubernetes `0.49.0` and let me know if...
This idea came up today in a pairing session. I work on Consul and we deploy controllers and a management plane to the `consul` namespace, but we often deploy applications...
> This seems fine but alternatively this could just depend on the tools make target which should install the tool. That is a much better idea!
@woz5999, this is excellent work! Overall, the PR seems right. I would definitely encourage you to run this build in a K8s deployment in order to verify it works correctly...
Hi @sarahethompson, thank you for pointing this and #572 out. We will address these deprecation warnings with low-priority as we push to ship the new version of this feature set....
I have some notion of how this would be done. Starting [here](https://github.com/zed-industries/zed/blob/90c1d8f734615552297a65e12dd430bf0825cdb0/crates/editor/src/editor.rs#L4753), the function could be duplicated to create a `duplicate_line_up` func. My thinking is that these lines would need...