Aaron Loes

Results 12 issues of Aaron Loes

With the changes made in #1867 to use `required_providers`, this causes an issue for projects that use additional Terraform configuration around what Chalice generates, and use providers outside of what...

*Issue #, if available:* #1951 *Description of changes:* Change the AWS Terraform provider constraint to allow versions 4.x By submitting this pull request, I confirm that my contribution is made...

The `required_providers` configuration locks the aws provider at versions with the constraint `>= 2, < 4`. The latest version of the AWS Terraform provider is 4.22.0. For projects that generate...

I'm upgrading from Spring Security OAuth to the OAuth support in Spring Security 5. My micro-services previously was using Feign to connect with other micro-services (micro-services are both resource servers...

enhancement

**Moved over from: https://github.com/FasterXML/jackson-future-ideas/issues/10** There are many situations where creating a simple mixin for a class is not feasable and creating a (de)serializer is a lot of effort. It would...

when creating my child observables, i need to add additional information to my observable relating to the index it exists in the array. ``` var response = { "id": "ux49sjfsl=",...

I'm trying to create a new HTTP connection to write metrics into the system. I'm assuming the UI is actually hiding how this is really organized underneath the covers. I...

enhancement
cloud
blocked

I've been trying to get testr working with our testing for a few days now and am having a really difficult time with it. I've ready every blog post, every...

testr v 1.3.2 line 397: origRequire({baseUrl: config.root + config.baseUrl}); if neither root or baseUrl are provided in config, root defaults to './' and baseUrl defaults to undefined. './' + undefined...

There are many situations where creating a simple mixin for a class is not feasable and creating a (de)serializer is a lot of effort. It would be nice if it...