Peefy

Results 156 comments of Peefy

Hello @Stazz0 You can add examples in the schema type here. https://github.com/kcl-lang/kcl/blob/main/kclvm/tools/src/LSP/src/hover.rs

> I think I found the issue. It was because downloading k8s package failed. Our enterprise environment has restricted access to public registries, maybe. I see. Perhaps you can clone...

> > > I think I found the issue. It was because downloading k8s package failed. Our enterprise environment has restricted access to public registries, maybe. > > > >...

You can use `kcl mod add path/to/local/module` to add this module into your kcl program.

cc @zong-zhe Could you please add this internal module guide to the website?

Hello. What do you mean is that running `A` will result in errors? How did `A` import `B`?

Make sense. @zong-zhe Can you help determine if this is a bug?

@zong-zhe I've tested the dependency `flask-demo-kcl-manifests = { git = "https://github.com/kcl-lang/flask-demo-kcl-manifests", commit = "c4294c5" }` You can use `kcl mod add --git https://github.com/kcl-lang/flask-demo-kcl-manifests --commit c4294c5` to reproduce this issue. Could...

Hello @wilsonwang371 This issue is expected to be fixed today (another PR is needed), and I will release version 0.8.3 and the latest image at that time.

> when will 0.8.3 be available? thanks Today.