Cameron Hall
Cameron Hall
Big +1 on this. We're hitting this same issue and it's _very annoying_.
Queue Interop looks good. I'd be happy with creating an adapter so we can supply a queue-interop compatible client.
I agree. Considering it is an abandoned project, it won't be getting any updates. This means there's minimal if any maintenance debt within the adapter. I believe that we should...
@jayanthvn we're experiencing this issue as well. How has your local testing been going?
FWIW I'm a total Go and Terraform Provider noob, and while I know this works - it's a product of guess work and I'd love any pointers.
Yes, me too :(
It may be beneficial to use the [Public Suffix list.](https://publicsuffix.org/list/public_suffix_list.dat) This is inclusive of ccSLD's. On that note, perhaps the TLD validator should be extended to cache the result set...
That makes a lot of sense, I appreciate the insight. I agree Rules/Domain shouldn't support subdomains, on the basis that it is actually a hostname, not a domain. In saying...
@gpredl I think we should just create a wrapper for [php-domain-parser](https://github.com/jeremykendall/php-domain-parser) and make it an optional dependency. You're not going to be able to create an up to date list...
It's because of this: https://github.com/phalcon/volt-sublime-textmate/blob/master/Volt/HTML%20(Volt).tmLanguage#L11 Removing the php part from there will resolve this.