Leandro López
Leandro López
I've added Google CDN hosted jQuery UI for displaying the CSS with a better visual UI.
Ah, my mistake. Working on it already. The rest looks ok?
I've fixed the regular expression that matches CSS rules. It also handles the download-itunes case correctly, with the disabled state. I also fixed the dialog box dimensions, so it is...
PR #482 has been merged, thanks @wywywywy for creating it! This will be included in the next version of the provider, I'll let you know once that's done.
The "problem" with using named timezones is that, depending on the OS you're running, the named zone might not exist, as stated in [`time.LoadLocation` documentation](https://pkg.go.dev/time#LoadLocation): > The time zone database...
Yup. This is an issue that I've found in many different languages I used at work in the last 20+ years: PHP, C, Java, Python, Go, Ruby… all of them...
For some reason my mind decided to forget about Perl and C# 😬 (confession time: I actually like C#)
That's a good point which I can't argue with 😸
I tried with a similar configuration and I can confirm that right after running `terraform apply` without changing the resource definition at all, a new `plan/apply` will report that the...
Also please note that the documentation is out of date, please run `go generate` to update the docs.