Joe Hosteny
Joe Hosteny
Hi @itsdalmo. I know you just changed this for the `e2e` test, but I'm opening it back up for feedback. We have some private repos that must use git instead...
[This commit](https://github.com/coreos/prometheus-operator/commit/ce72171c483921896d9370b3a8104c264fccdae7) changed the CRD yaml file names. This can be fixed by pinning to v0.34.0, or changing the referenced filename. I have a change that does the latter if...
Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [](https://slack.cloudposse.com) ## Describe the Feature Update the module to use the latest [terraform-aws-ecs-codepipeline](https://github.com/cloudposse/terraform-aws-ecs-codepipeline) module, and pass...
Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [](https://slack.cloudposse.com) ## Describe the Feature Pass through Cognito / OIDC scopes unaltered, after https://github.com/cloudposse/terraform-aws-alb-ingress/pull/45 is merged....
If we implement the selector `-mergeValueForKey:fromManagedObject:`, and not `-mergeValuesForKeysFromManagedObject:`, the enumeration occurs over the keys provided by `+managedObjectKeysByPropertyKey.` ``` - (void)mergeValuesOfModel:(id)model forKeysFromManagedObject:(NSManagedObject *)managedObject { if ([model respondsToSelector:@selector(mergeValuesForKeysFromManagedObject:)]) { [model mergeValuesForKeysFromManagedObject:managedObject];...
Thanks for the gem! It'd be useful if it could be extended to add support for using credentials for a federated user. I will attach a pull request shortly.
Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help. [](https://slack.cloudposse.com) ## Describe the Bug The Terraform Github provider was updated to remove the `anonymous` access flag. This was unfortunately...
## Description This change makes the various Elixir `emit` functions `protected` instead of `private`, so that they can be overridden in customized code generators. ## Related Issue https://github.com/glideapps/quicktype/issues/2657 ## Motivation...
Make the various `emit` functions (e.g., `emitModule`) to have `protected` visibility instead of `private`. ## Context (Input, Language) Output Language: Elixir ## Description The purpose of this change is to...