Yu Kou

Results 7 issues of Yu Kou

(This issues was posted at https://github.com/helm/helm/issues/10876) As defined in http://masterminds.github.io/sprig/dicts.html, the function `pick`, `omit` and like takes variadic string arguments. ``` $new := pick $myDict "name1" "name2" $new := omit...

The agent package only supports `systemd` and `upstart`. Is there any possibility that you are going to make available for `openrc`, which is used by default in `Gentoo`, `Funtoo` and...

enhancement

Hi @tomtom This issue is actually a question. It might not be good to ask question here, but I really can't find a better way to contact you. I will...

### Terraform Version 1.0.10 and 1.0.11, so far as I tested ### Scenario 1 to reproduce the issue The terraform Configuration Files, with explicit "local" backend config ```terraform resource "null_resource"...

bug
new
v1.0

### Things to check first - [X] I have searched the existing issues and didn't find my feature already requested there ### Feature description For `pytest-asyncio`, we can use the...

enhancement

I installed vitasdk with the following commands, ```shell cd /tmp git clone https://github.com/vitasdk/vdpm.git cd vdpm export VITASDK=`realpath -m vitasdk` export PATH=$VITASDK/bin:$PATH ./bootstrap-vitasdk.sh ./install-all.sh cd .. ``` Then I started to...

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description As the example code shows, the model_validator "after" raises an exception if the attribute `d` is...

bug V2
topic-validators-serializers