Tianxin Dong

Results 134 comments of Tianxin Dong

Thanks for bringing this and for offering to fix it.

We're already moving to https://kubevela.github.io/charts, please check the docs

We provide some deletion policies like: https://kubevela.io/docs/end-user/policies/gc/#persist-partial-resources

This one's priority is **medium**. Though there's no **workaround**, it will not block our generator for open-api. I'll say this is a **user-facing** problem since we're generating docs from cue...

Hi @myitcv , thanks for the reply! ``` if a.b != _|_ if a.b == true { b: true } ``` This looks like a fair way to avoid the...

This one's priority is **high**. Though there is a **workaround**, most of our users do not know this workaround and double if might look strange to our users. This is...

This one's priority is **medium** currently but in the long term it's **high** priority. Currently, our **workaround** is to unify and patch in the `Syntax` level, but the community has...

This is because we'll merge vela builtin annotations with users' annotations. And we're using `object.GetAnnotations()` to get the annotation from the users. If the annotations have an invalid value in...

The underlying help function does return an error but the error is omitted in `GetAnnotations()`: https://github.com/kubernetes/apimachinery/blob/master/pkg/apis/meta/v1/unstructured/unstructured.go#L408 I think it's better to adjust the definition to: ``` parameter: [string]: string ```...