Peefy

Results 53 issues of Peefy

Due to the advanced resolver and schema config scope owner https://github.com/kcl-lang/kcl/blob/main/kclvm/sema/src/advanced_resolver/node.rs#L1132. It does not cover all situations. For example ```python schema Name: n: str schema Config: names: [Name] Config{ names:...

enhancement
lsp

## Enhancement At present, we have the preliminary versions of the APIs of [kcl-go](https://github.com/kcl-lang/kcl-go) and [kcl-py](https://github.com/kcl-lang/kcl-py), and need more language APIs to extend the ecosystem. + [x] Rust (Without LLVM)...

good first issue
help wanted
api
long-term
sdk

## Enhancement More Editor or IDE extension support based on the `kcl-language-server`. + [x] VS Code: https://github.com/kcl-lang/vscode-kcl + [x] Neo Vim https://github.com/kcl-lang/kcl.nvim + [x] Idea https://github.com/kcl-lang/intellij-kcl + [ ] Helix...

good first issue
help wanted
ide
lsp
long-term

## Enhancement The KCL system package need to be reorganized and enhanced. We need to sort out the system library according to the high-frequency scenarios used by KCL and make...

good first issue
help wanted
stdlib
long-term
track

## Enhancement In this PR: #273, KCL supports mac x86, mac arm, and linux x86 through statically packaged lld. It needs to support more common targets, such as windows x86,...

help wanted
codegen
linker
long-term

## Goals + **Adopters**: Expand target users from SRE/platform developers to DevOps and application developers for cloud-native. + **Ecosystem and Community**: Modules & Plugins. + **CNCF Next Level**: incubation project...

roadmap

## Are you using KCL? ### Purpose We are always interested in finding out who is using KCL, what attracted you to use it, how we can listen to your...

help wanted
question

Hello, community. I have an ONNX model used the onnx.GreaterOrEqual operator. It encountered an error while converting to Torch. ``` onnx.mlir:1045:13: error: failed to legalize operation 'torch.operator' that was explicitly...

There's example section in the schema doc ![image](https://github.com/kcl-lang/kcl/assets/22744597/fd00782b-9058-40f8-8e1d-d016426e65d3) We need to add the example code in the whole doc hover. ![image](https://github.com/kcl-lang/kcl/assets/22744597/5c6d3c4c-6dde-4e3f-b868-89a09828cbc6)

enhancement
good first issue
help wanted
lsp

## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) Write the following unit test in the loader crate ```rust #[macro_export] macro_rules!...

bug
semantic