Vigilans

Results 90 comments of Vigilans

FYI: For a three-control-plane master, with @chrischdi's pre- and post- setup: 1. with 1 CP is down, the VIP can float 2. then, with 2 CP down kube-vip starts to...

It's a year now and still not fixed nor getting any attention. The author has described the issue clearly and has proposed clear fix for it.

I am expecting `uv run` to work more like `conda run`, just as what @patrick-kidger describes: > I would like to think of poetry run as meaning "please act exactly...

> In that context, it is a lot more intuitive that a project is required -- none of the APIs make sense outside of a project. So, now we have...

> You'll have all the tools you need to install Python, manage Python versions, create virtual environments, manipulate them, etc., just as you would with virtualenv, pip, pyenv, etc. You...

> What I actually got after configuration parsed: What are your reproduction steps for `What I actually got after configuration parsed`? How is the second configuration generated/printed?

@povsister Can reproduce with `v2ray convert`. However, dns tags do not work this way. The tag is only used for routing, and not participating in DNS server selection. It should...

See it. I would seek some time to look into the code and propose a fix for it.

It seems that `MyClass.cls` is a third-party checkstyle extension? You may wish to specify it in `java.checkstyle.modules`, see #206 e.g. ``` "java.checkstyle.modules": [ "${workspaceFolder}/app/classes/MyClass.cls" ] ```

Thanks for your investigation! I also noticed that checkstyle plugin will only watch the change of java file... I remembered that checkstyle itself will check whether the file extension is...