rmihael

Results 6 comments of rmihael

@manicminer, thank you for your reply. I updated the issue according to the feature request template. However, I do not feel qualified enough in Terraform and AD to suggest the...

I'm also having buildout issue with librabbitmq-1.0.3. Package installs itself properly via pip, but fails to do so via buildout. Here's the messages I'm getting: ``` Getting distribution for 'librabbitmq==1.0.3'....

I also stumbled on it. I had something similar to the original problem, but with feature flags instead of tags. Exception trace is not very helpful, so I spent more...

@AndriySvyryd, sorry to hijack this discussion; if there are plans for lazy-loading owned types, then maybe there are plans to enable split queries to retrieve owned entities from separate tables?...

I also experience the same behavior with version 1.22.0. I have the following resource definition ```terraform resource postgresql_grant connect_privilege { for_each = toset(var.database_users_roles) database = var.database object_type = "database" privileges...

Same error. It is not a blocker per se, but annoying and time-consuming to figure out.