Andrew Babichev
Andrew Babichev
It would be nice, if client could output HTTP request and response content for debugging purpose, like [`aws-sdk-go`](https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#logging) does. ### Aletrnative Right now I have to add custom roundtrip transport...
BCC
I was surprised, that `MandrillDm::Message` doesn't have `#bcc` method. After digging some code I noticed, that we accumulate `to`, `cc` and `bcc` inside `#combine_address_fields` and handle BCC this way. But...
https://github.com/gruntwork-io/terragrunt
I't would be nice to have consistent with ActiveRecord behaviour when you don't run any persistence actions for associations in a new model until the `save/save!` call. Right now any...
## :ghost: Brief Description I have quite an old Chef (12) and nodes (Ubuntu 14.04) setup. After migrating to Apple M1 MacBook and installing the latest Chef Workstation (as ChefDK...
There are plenty of non-Rails applications (Grape, Sinatra, etc.) that could be served with Unicorn help. It seems to me relying on RACK_ENV as the more general sign may help...
#8204
Right now the bucket location always appears in the name. It would be nice to have ful control over prefix via respective input variable. Moreover, I'd prefer to have the...
There is no need to create [`random_id.bucket_suffix` resource](https://github.com/Tensho/terraform-google-cloud-storage/blob/master/main.tf#L20) if user doesn't enable bucket suffix via [`randomize_suffix` input variable](https://github.com/Tensho/terraform-google-cloud-storage/blob/master/variables.tf#L32). ### Before `randomize_suffix` is disabled. ``` $ cd examples/multiple_buckets $ terraform plan...
Employee can work on the several projects in the same company, it's reasonable allow to specify projects per company in CV. For this feature we need to introduce groups in...