Dominic Crossley
Dominic Crossley
Is Smithy opinionated, or is it specified, about how constraint traits should be handled when applied to output shapes? For example, given the (somewhat contrived) example: ``` service ExampleService {...
### Context We’re starting to integrate `smithy` into our toolchain as a means to define interfaces and generate both clients and services. We’re authoring interfaces using the smithy IDL, building...
Hi, I think there's a small bug with the Segment Parser. It appears that the `offset` variable is currently unused within the `smithy.model.pattern.SmithyPattern.Segment.Parse` function. https://github.com/awslabs/smithy/blob/2e1cdc4af7e7cdab3138f5f3912a3af930b569a2/smithy-model/src/main/java/software/amazon/smithy/model/pattern/SmithyPattern.java#L276 All callers of this function...