Patrik Ragnarsson

Results 771 comments of Patrik Ragnarsson

Oh I think we can solve this (and the other warnings about Node.js 12) by using newer `actions/setup-go`, v3.1.0 added `go-version-file` input: https://github.com/actions/setup-go/releases/tag/v3.1.0 More at https://github.com/actions/setup-go/releases

Should update `goreleaser/goreleaser-action` to v3 too: https://github.com/goreleaser/goreleaser-action/releases And use `v5` and not `v5.0.0` of `crazy-max/ghaction-import-gpg`, so we get to use these releases automatically https://github.com/crazy-max/ghaction-import-gpg/releases

Thanks for the issue Do you want to be able to create teams? Or only edit teams? Do you want to be able to create users? Or only edit users?...

Okay, got it. The Terraform provider can only do actions that exist in the public API: https://docs.cloudamqp.com/ Right now, there's no API for creating teams, nor creating users (only inviting...

It is possible to add extra disk space in other clouds using the web console at https://customer.cloudamqp.com/instance (it may include downtime)

@philipp-hb No news, and I agree with you. Do you mind share what company/companies you represent? (You can email support and reference this issue if you don't want to do...

> This exposes the PublicSuffix::Domain object a bit hesitant about this, sure this object looks simple enough now, but what if it changes down the road? There could be unexpected...

> Addressable already relies on it, so it would need to be updated for breaking changes as well. Yes, but we own the API, and I think it is a...

I'm not sold on these additions. I'm feel there's ambiguity around the terms "subdomain" and "subdomains"... this looks a bit different from what publicsuffix-ruby does? ```ruby irb(main):006:0> PublicSuffix.parse("www.google.com", ignore_private: true).subdomain...