Ryan J. McDonough

Results 39 comments of Ryan J. McDonough

@KingOfPoptart This is a very handy feature proposal! Like @bgdnlp, we had used [Sceptre hooks](https://sceptre.cloudreach.com/2.6.3/docs/hooks.html) to address situations where a feature was not exposed via CloudFormation, or that the thing...

Yeah, this is an issue for me as well. The S3 Client in the AWS SDK does not pick up JDK or OS-level proxy settings and you have to explicitly...

I'm getting something similar. @hazemkmammu I am assuming that one of your dependencies is also a project dependency? I am seeing this when I have a dependency like `implementation project(':my-module')`

-1 For something like GraphQL, I can't imagine not being to take advantage of Java8 language features. Given that both Java 6 and 7 are both no longer supported by...

I'll dig into this @ktoso since after #240, it clear that the release plugin is doing some weird stuff. It seems to be temporally mucking with the git metadata during...

Is the general consensus here that a monorepo in this context is always a collection of NodeJS based projects, or a mix of project types? For example, I could have...

@danez in that case, why not make a `dryRun` option a separate task rather than a flag on the existing release task? Reusing the existing `release` task would like be...

Hey @chriskilding, I'll be taking a look at this. I'm making some changes to the CI set up of the project, it's been kind of a mess for years. Once...

If I'm understanding this correctly, you want to see if a URI matches a given expression and if it does, you want to be able extract the variable values from...

Got it. I'll target this for the 1.2 release. I have been refactoring the code a bit to separate the expression model from the template in order to make issue...