Mat Schaffer

Results 14 comments of Mat Schaffer

`shift+d` is what I would have picked. It'd also be nice if we could use a config file to pick a default debug image.

I'd definitely love a `gh workflow run -w` option to bring up the browser to watch the run. Terminal would be cool too, but I'd want to see the detailed...

@mik3y I'd recommend getting the PR open since it'll at least provide an easy point of discussion. It's a nice idea, but ultimately up to the `gh` maintainers to proceed...

I ended up here trying to pick a filename to avoid an incorrect schema association, but couldn't figure out where the patterns were coming from. Nothing stood out on https://www.schemastore.org/json/,...

@ksa-real yeah, that's what I posted in https://github.com/derailed/k9s/pull/1850#issuecomment-1310880245 - my version doesn't do a secondary tab but you could probably come up with your own plugin command to make that...

I'm getting a similar error after `terraform init` on v2.26.1 of the plugin (terraform-ls 0.31.2) With just this HCL: ``` module "eks_blueprints" { source = "github.com/aws-ia/terraform-aws-eks-blueprints?ref=v4.29.0" cluster_version = "1.25" }...

Thanks! I can confirm that for my terraform, `git::https://github.com` is a viable workaround.

Thanks for posting this. It's a shame it got left stale, but at least now I know to limit my eksctl cluster names to 24 characters.

> have very high throughput The data source is spark, so I suspect the total number of series is fairly high. Do you know offhand if graphite_exporter already has a...