S Santhosh Nagaraj
S Santhosh Nagaraj
> When the Homebrew action is called, there will be no checksums.txt yet because I create the draft and only add the checksums after all assets are uploaded. I usually...
@joaquimrocha I have addressed the comments can you please take another look?
Updated the comments and added manual trigger
I think we can take "inspiration" from vscode for the way it handles settings for plugins, it allows plugins to have their own settings in a separate subsection.
The [js-client](https://github.com/kubernetes-client/javascript) for kubernetes generates the types using the OpenAPI spec, From my initial understanding I think we can import the types directly from it. [Refer](https://github.com/kubernetes-client/javascript/tree/master/src/gen/model)
Invested more time porting namespaces to [client-js](https://github.com/kubernetes-client/javascript) types, the amount of changes is very high just for importing the types. I think we should wait and see how the effort...
I am looking forward for the community to help me do it. If you can translate this please feel free to raise a PR. I will be happy to see...
Thanks for the suggestions @palash25 will add these to my To-Do list.
I think this feature can be built without having to add a dependency on a queue system. Instead of handlers emitting actions I think it would be better to trigger...
Adding the points from our discussion. 1. In In-cluster mode it is import to make the message correct that the settings are specific to the user and not something a...