Rohit Mistry
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...
What about debugging client-side Blazor WASM app from within a dev container? I posted questions here but no viable solutions / workarounds yet: - [How to debug Client side Razor...
> For what is worth it: https://github.com/termux/termux-packages/issues/11489#issuecomment-1207165970 Agree with that comment. I eventually got docker to run with Qemu virtualization on Aarch64 architecture with [this script](https://gist.github.com/rrmistry/19acc67649b1a7dc0a4a8542afd8c2a9#file-termux-qemu-aarch64-alpine.sh). But I'm not good...
Attempting to do the same. But unsuccessful so far. Created a sample Git Repo with latest version `12.0.0-preview.1077` found below: - My Class definition: [Mammal.cs with Newtonsoft attributes](https://github.com/rrmistry/gremlinq-aspnet-v2/blob/d21fac5278518b6074061ab7f16c613d444a65cf/Elements/Mammal.cs#L18) - My...
What if we (users of Tilt) add labels to our resources that would "hint" Tilt to split resources within Tilt? E.g. `tilt.dev/resource : ""`