Nikhil S Kalburgi
Nikhil S Kalburgi
Hi @ayushanand308, What if we sort them and check? ` JSON.stringify(this.ingredients.shapes[f].slice().sort()) !== JSON.stringify([include].slice().sort()) ` This will create a **copy** , **sort** then **stringify** to compare
Hi @limzykenneth, Do you think that the initial condition is necessary as it always returns true? How can it get resolved?
Hi @ivangsa, I am Nikhil, SWE at Daimler Trucks. I find this task very interesting and would like to contribute here as part of GSOC2024. Before I share my proposal...
Hi @ivangsa, Thank you for the quick response. I will engage into this and share you my proposal for review asap.🙂 Hi @j-h-a, thanks for your inputs
Hi @ivangsa, I hope you are doing well. For fast few days, I am working on this project idea and have witnessed the following results: **1. Converting the asyncapi.yaml to...
Yes @ivangsa , I know and have already raised one to this project before. We can initially finalize the timeline and prototype together and implement it to build this feature.
Hi @ivangsa, My Short Investigation and Understanding of this issue so far is: **For Phase One:** 1. Building codeActions to Apply QuickFixes: 1. Following the [example](https://github.com/microsoft/vscode-extension-samples/tree/main/code-actions-sample), a template can be...