Michael Dowling

Results 135 comments of Michael Dowling

Thanks for sharing the use case. One thing to keep in mind with trying to automate updates to existing models is that the IDL serializer loses things like comments and...

You might also be interested in the Alloy library from disneystreaming supports untagged unions and integrates it with OpenAPI conversions: https://github.com/disneystreaming/alloy/blob/main/modules/core/resources/META-INF/smithy/unions.smithy#L54

Maybe we could add a synthetic “transitiveMixin” relationship available to selectors which includes direct and transitive mixins. Or maybe a :hasMixin(a, c, c) function that returns true if all mixins...

I pushed up a branch that has a proof of concept for `:recursive(expr)` function in it. Any result that hasn't been seen yet is recursively selected by the given expression,...

This looks pretty cool. :ship: