Peefy
Peefy
In KCL, they are done automatically and do not require additional type for the decode function. ```python import json schema SomeSchema: foo: str check: len(foo) >= 3 # Inst is...
cc @zong-zhe @He1pa
This may be related to the versions of kcl-language-server and kcl. Please keep them both the latest version before testing.
Image CI failed https://github.com/kcl-lang/cli/actions/runs/13326879228/job/37221997918
Good Idea. The current use of CentOS7 is to meet the requirements of **lower versions of glibc**. We can also choose other operating systems as long as we follow the...
https://github.com/kcl-lang/lib/blob/main/go/path/home.go cc @He1pa @zong-zhe Related lib install home path code, we can move them to the XDG path. You can find the reference code in the Helm repo.