Rohit Mistry

Results 6 comments of Rohit Mistry

How would the developed extensions work with remote debugging over SSH? Below is one of our launch configurations: ```jsonc { // ... "configurations": [ // ... { "name": "Okteto: .NET...

@Trottero , Thank you for the tip! It works well by passing the `pipeTransport` into `args`. _____ But I noticed that it doesn't handle the scenario of multiple tasks with...

Upon looking further, I found that the existing command line parameter `--output-snapshot-on-exit` will just save the `webview` representation of the Tilt UI. It does not contain the internal state of...

Thanks @nicks ! This helped point us in the right direction. On further checking, we realized that the churn in our Kubernetes resources was coming from Helm, specifically the `helm_resource`...

Bringing the comment here from https://github.com/dask/dask-kubernetes/commit/674d8bb6fa6fa23daa752cf1879f70fa5a4fda98#commitcomment-133495956 We cannot use Dask in production because the Dask operator is injecting pod labels `"sidecar.istio.io/inject": "false",` which disables Istio side-car injection. With this label,...

> @rrmistry Do you think this is something you have the time/interest to help out with? Sure. I can invest some time for this as Dask is planned to be...