Jian.Li

Results 4 issues of Jian.Li

### What version of CUE are you using (`cue version`)? $ cue version v0.4.3-beta.1 ### Does this issue reproduce with the latest release? ``` ctx := cuecontext.New() v := ctx.CompileString(`...

Discuss
x/user/KubeVela

**Is your feature request related to a problem? Please describe.** The `stdlib` upgrade will make break change. We need to Support for old `operation` through version management **Describe the solution...

type/enhancement
area/cue
priority/important-longterm

**Is your feature request related to a problem? Please describe.** Support to use third-part cuelang packages when write x-definition. Because there are often the following demands: 1. share user-defined packages....

area/cue
priority/important-longterm
area/cue-template

**Is your feature request related to a problem? Please describe.** The properties written by users and parameter in definition often do not match.And this exception is not reported. **Describe the...

good first issue