Olivier Mélois

Results 260 comments of Olivier Mélois

To be clear : unlike @kubukoz's, my organisation doesn't run the adtMember validator in our large smithy repo, and still experiences the sluggishness of the editor. Though I can certainly...

> though I'm not sure if this integration would make much sense I'm afraid integrating with the high-level Tapir "Endpoint" construct would require a significant amount of (albeit interesting/fun) work,...

@lukaszlenart, smithy4s is a library-agnostic/protocol-agnostic code-generator. It'd certainly be possible to write a tapir-specific/protocol-specific code-generator that'd produce Tapir endpoints from smithy definitions, but that would be another tool than smithy4s,...

Right ... smithy4s doesn't generate http4s routing logic, it generates instances of a few abstractions that accurately capture what's in the smithy files, in a way that is agnostic to...

@armanbilge, good progress so far. The examples currently hang at the end, but otherwise work as expected : there are two example applications involved, a client and a server. The...

@plokhotnyuk thanks :) tbh it's for a rather un-used CLI-derivation module, performances are not really that critical in this context, but I do appreciate the tip !

> We could potentially add a selector to metadata based suppressions. If that's a possibility, it would be great 👍

smithy.rules is ignored on purpose : https://github.com/disneystreaming/aws-sdk-smithy-specs/blob/main/build.sc#L155-L167 note that the specs found in the AWS SDK are not to be considered official at all, as they are enriched with a...

I don't have a problem with that

Well let's either set it or disable the header plugin altogether on irrelevant projects