Dave Sargent

Results 53 comments of Dave Sargent

This is an OLD problem that keeps getting kicked down the road. https://github.com/hashicorp/terraform-provider-kubernetes/pull/590 https://github.com/hashicorp/terraform-provider-kubernetes/issues/567 and others. I wouldn't hold out much hope.

I've sorta got it fixed but am not happy with it. Something is still "going on". I fixed it by adding a setTimeout. ``` javascript validatePhoneService.checkPhone(scope.countryCallingCode, scope.phone).then(function () { scope.countryCallingCode...

Any update on when this will get done? Our use case is for deploying Jenkins instances into a new project where we want to create a new user bound to...

That does not seem to do what we are looking for. Here's how I tested it. 1. Added a new Cluster Role called "Cluster Admin Viewer", had that role inherit...

@ankur111 This does appear to solve most of what we were wanting. It's not a true Readonly Rancher admin, but close enough. It would be cool if you shipped a...

Another "me too" It seems to have gotten worse with Windows 11 BTW. I'm trying some different options under "Window Behavior" now to see if they make it better or...

I've had everything off in the "Window behavior" section for a while now and have not experienced this once. I'll try turning on one feature at a time starting with...

Thanks for the update and hard work on this @SoarinFerret !

Facing the same issue when templating a yaml file with terraform. I.e. ```yaml %{ if node_type_index != "server-0" } server: https:// %{ endif } ```

@dslijepcevic I see that @egamma never got back to you. Did you ever figure out how to auto open a code-workspace file when the devcontainer opens? Thanks!