Olivier Mélois
Olivier Mélois
@kubukoz, regardless of the issue (which is very much a bug), why are you using `untagged` here ? It feels like you should be using `discriminated`
For more context, this problem is bound to happen only for unions annotated with the `untagged` trait. This trait is there to offer compatibility with existing APIs and patterns and...
We use datadog at $work. There are examples showcasing pure-scala integration with datadog (by using http to talk to to a deamon agent that is supposed to live on the...
@adpi2 you might be able to help or offer guidance ?
Any chance the two changes can happen in parallel one another ? Theoretically, the assumption that zinc uses the workspace as virtual root could be implemented concurrently/earlier to a change...
From an optimisation perspective, it does make sense. The addition of a flag would be appreciated. Or maybe a bespoke subclass of trait that the assembler would have special understanding...
Hey Michael, thank you very much for providing all this context, this is very helpful. > Supporting all types as map keys (e.g., structures, unions, etc) isn't something we'd do...
> Do you have a hard requirement for long right now or would just integer suffice? At this point in time, I'm only interested in integers, but I think allowing...
Sure : there is a use case in our organisation for automating the update of some smithy files depending on some information stored in a database somewhere. The smithy files...
Yup, we're aware of the loss of formatting and comments when using the serializer, that is absolutely acceptable. The API of the serializer is very convenient, we like it very...