Luis Pollo
Luis Pollo
What kind of issue is this? - [x] Feature Request. Start by telling us what problem you’re trying to solve. Often a solution already exists! Don’t send pull requests to...
Hi Daniel, First of all, thanks a lot for the awesome library! We've been using it in open-source Spinnaker for over a year now with great results. I think I...
Despite the name of the class, the current order of priority in the chain defined in `AuthenticationInfoAWSCredentialsProviderChain` puts the `AuthenticationInfoAWSCredentialsProvider` last in the chain: https://github.com/spring-projects/aws-maven/blob/ce6a4ffbd8a59029ebe147124ac2d7ff1a7afd18/src/main/java/org/springframework/build/aws/maven/AuthenticationInfoAWSCredentialsProviderChain.java#L31 This causes explicit credentials to...
Given the following directive in a schema: ```graphql scalar JSON "Custom Annotation" directive @annotate( name: String! inputs: JSON ) repeatable on OBJECT | FIELD_DEFINITION | INPUT_OBJECT | INPUT_FIELD_DEFINITION ``` The...
Other variants of Plotly ([JS](https://plotly.com/javascript/multiple-axes/), [Python](https://plotly.com/python/multiple-axes/)) support plotting traces on multiple Y axes. It'd be great if that feature was ported to the Kotlin wrapper.
Add support for HTTP basic authentication (using the Authorization header) [introduced in etcd 2.1](https://github.com/coreos/etcd/blob/master/Documentation/v2/auth_api.md).
**Is your feature request related to a problem? Please describe.** In the Java SDK, you have an `@ActivityInterface` with multiple `@ActivityMethod`s. The latter is the actual unit of execution. However,...
Upgrades SpringFox, which brings with it a newer/better version of Swagger. Among other things, this fixes the forever-annoying issue with the Swagger UI not properly auto-scrolling and auto-expanding a linked...