Francis Nickels III
Francis Nickels III
@trinitroglycerin made several adjustments per your feedback and commented on what I am doing with stringChecks(). Let me know what you think and what other refinements I should consider.
This is what we were using initially ``` flame ns1edge-new-health-check-106-4a43349c758bce8a.elb.us-west-2.amazonaws.com -g randomlabel lblsize=10 lblcount=4 count=1000 -r riotgames.io -v 3 -c 500 -d 5 -q 40 ``` We are trying to...
Yeah not an urgent need, but I imagine others may run into similar issues and it would be nice to either have that be the default behavior or selectable with...
Will do On Sun, Sep 18, 2022, 7:40 PM Marc Khouzam ***@***.***> wrote: > ***@***.**** requested changes on this pull request. > > This is great @fnickels ! Thanks for...
Yeah, That's what I used. I sort of knew this existed but have always been too lazy to look it up and configure it. Should the `.idea/` reference also be...
I should have also added it would be super nice to be able to create symlinks directly from the VSCode UI instead of having to step out to a WSL...
I suspected there were some side effects I was not on top of. The doc already specifies global locations for mirrors: `/usr/local/share/terraform/plugins, and /usr/share/terraform/plugins.`, so using `terraform/plugins` from the launch...
Posted up an alternate implementation of a fix that preserves most of the side-effects of the original implementation.
Per the documentation, I placed my mirror files (`terraform.d/plugins`) at the root of the application. In my example, my .tf files are all in `./app1` from my CWD if I...