Andrew Fitzgerald
Andrew Fitzgerald
For example, I was able to translate this snippet from the docs ``` kotlinFrontend { webpackBundle { bundleName = "main" } } ``` into this ``` configure{ bundle("webpack", delegateClosureOf{ bundleName...
Any particular implementations I should take a look at for testing inspiration?
Got some of the configuration boilerplate knocked out, not sure what's next/what kind of testing makes sense for this
Currently the stubs are all present in annotations/config and not the pom/build.gradle, right? You probably don't strictly need them to be present there, would it make sense for a plugin...
cool, so it's basically `Script classpath convention based` OR `Dump info from Stub Runner` and `Static page` OR `Send to Pact Broker` right?
I really like how this is handled in pulumi via aliasing. There's a great blog post explaining how it works [here](https://www.pulumi.com/blog/cumundi-guest-post/)
So wouldn't the nested routes under a composite route make binding a little trickier and yaml structure a bit more complicated? I've been poking around with a different approach that...
That makes sense @ryanjbaxter, but the predicates feel a little weird to me in that approach. Do we just ignore the top level predicates for composite routes? Can there be...
Hey, just stumbled across this issue while trying to figure out how to link to numbered items. Any thoughts on if the proposed select commands are a viable path forward?
@tim-finnigan is there any tracking issue/project for the next major version? Is/will that be boto4?