Peefy

Results 156 comments of Peefy

Related Track Issue: https://github.com/kcl-lang/kcl/issues/1169 and Related PR: https://github.com/kcl-lang/kcl/pull/1463

Closed by https://github.com/NixOS/nixpkgs/pull/327390

Very good suggestion. Thank you! @excalq **I prefer the statement `_crd_read.metadata.labels["platform.example.com/policy"] = "crossplane-policy-NEW-VALUE"` as a new feature to update config.** Besides, `update()` function is invalid in KCL, GitHub Copilot may...

Hello, I would like to know about the support plan for this operator or if I can participate in implementing it.

I think this should be done through parser specific error generation expression instead of passing code snippets to LSP and then handing them over to LSP for judgment. cc @He1pa...

Hello @shashank-iitbhu Kind reminder, LXF 1 Term is one week away, are you still working on this PR?

@shashank-iitbhu Hello, I've added some comments. @He1pa Could you please add more comments.

> > https://github.com/kcl-lang/kcl/assets/134289475/3c65be78-0ff5-44d5-bdda-22a65a052b53 > > Will be adding more to this PR. Thank you. Besides, I think the position information in the quick fix msg can be ommitted.

@shashank-iitbhu I've merged this PR, there are some issues cc @He1pa 1. 'a = 1;' will be modified as `a = 1 ` instead of `a = 1`, it may...