Daniele Manni
Daniele Manni
> I do not understand the PRO with this union type: a union between a enum and a string, is a string. When using this type I'll always have to...
> Just a general consideration about Zalando guidelines. Zalando sometimes use custom-extensions to manage specific behaviour while dealing with different kinds of edge case in API Design's process. Do we...
> **Implementation** Given types `X` and `Y` where `X` is a specialization (or subtype) of `Y`, `X ∪ Y` is equal to `Y`. That said, an enum `E` union `NonEmptyString`...
> > The generated code is for the client > > don't we use these types on the server part as well? Yes, sorry. Not always the encoder, but mostly...
Following some previous comments, I've changed the generation when the `strict` option is provided. So `x-extensible-enum` generate a not extensible type and decoder for server side that will use the...
> lgtm so far but is has conflcts with master. a question: why we need a mutex to delete the fiscal code from the set here ? > > ```ts...