Usual Github

Results 4 comments of Usual Github

I am still facing "ClientError: An error occurred (416) when calling the GetObject operation: Requested Range Not Satisfiable" error with latest version `6.2.0` for files with 0 bytes. Even though...

`pip` is usually slow to reinstall an already installed package in editable mode. (even with no external dependencies) But with this additional step of "Installing build dependencies", it is even...

Until helm chart formatting is supported, auto-formatting can be completely disabled in vscode's settings.json: ```json "[helm]": { "editor.formatOnSave": false }, ```