Joe Marty

Results 28 issues of Joe Marty

It may just be a matter of documentation to address this, but the way the documentation recommends setting `Her` up (with a single instance of `Her::API`) is not thread-safe because...

### Terraform Version Terraform v0.13.0-beta2 + provider registry.terraform.io/terraform-providers/postgresql v1.6.0 ### Affected Resource(s) Various postgresql resources... usually gets stuck on a postgresql_role ### Terraform Configuration Files This is the main roles...

This PR can be considered an alternative to https://github.com/docker-library/postgres/pull/689 I don't know whether it makes more sense to add the warning here or there. In either case, one should probably...

### Terraform Version 0.13.5 ### Affected Resource(s) - rabbitmq_permissions ### Terraform Configuration Files ```hcl provider "rabbitmq" { endpoint = var.cluster_endpoint username = var.admin_username password = var.admin_password } locals { queues...

This seems important after a recent breaking change (https://github.com/docker-library/postgres/pull/658), resulted in many confused and frustrated developers (https://github.com/docker-library/postgres/issues/681, https://github.com/docker-library/official-images/pull/7474#commitcomment-37304519)

I'm not sure what a good name for this really is, or the best way for it to work, but I was just writing some tests, and expecting `model.attributes` to...

enhancement

I ran into the documented Boolean issue, and tried the workaround, which didn't help - I discovered I was able to make it work by using Virtus::Attribute::Boolean rather than Axiom::Types::Boolean.

Having trouble with this gem, and need to make some fixes? Wish you had a cool open-source project to brag about? Now you can! chai-webdriverio needs a new maintainer (maybe...

help wanted

`chai-webdriver` uses a `.dom` flag to start the assertion chain, like this: ``` expect(...).dom.to.be.there ``` This library was originally designed without that, because it's a somewhat awkward token, syntactically. However,...

The Peer Dependency on chai is way too strict (~4.0.1) In trying to fix this, I ran into unmet peer dependencies in the devDependencies graph, stemming from `eslint-config-airbnb`. I replaced...