Ryan Grush
Ryan Grush
I agree, an on/off button would greatly improve the usability.
Great gem, but it would be great if this was more clear. Does anyone have a good way to incorporate Rails view components into LSG?
@dc232 were you ever able to find a solution for this?
@dc232 thank you for uploading the repo! There's a scarce few resources online for this. I was able to manually install Trident last week, but I'm still having problems getting...
@dc232 I was able to use `data.http.crds.response_body` now, thanks. I also noticed a [small syntax error here](https://github.com/dc232/Terraform-Trident-Config/blob/main/terraform_net_app_module/netapp_storage_class.tf#L16) btw. I saw you had run into something similar back in February, but...
@dc232 ok thanks, I'll look into the kubectl provider angle. One of the few differences between the PoC I stood up yesterday and integrating it into our main Terraform repo...
@dc232 it looks like `load_config_file = false` and defining the `provider "kubectl"` block was key in getting it to play nice with our other Terraform code. I think I've managed...
That makes sense. Thanks for looking at for me.
I had this on the backburner when you responded, finally back to working on something with this again though. The containing works but is not ideal. Does my containing have...
Thanks for the quick reply :) Here is a simple example (using TBS 2.1.1 btw) ``` Clickover body { padding: 100px; background: #eee; } See Example $(function () { $('.btn').clickover();...