Kai
Kai
Do we have any plans on moving [`opentelemetry-beam/opentelemetry-examples`](https://github.com/opentelemetry-beam/opentelemetry-examples) into this repository as well? If that's the case, is there any guidelines in general and do we need to add CI...
> i solved this issue by uninstalling autoconf with homebrew then manually installing autoconf 2.69 with > > ``` > curl -O http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz > tar zxvf autoconf-2.69.tar.gz > cd autoconf-2.69...
I am not sure if it is the spec incorrect/ambiguous: Under "Project Spec", it mention to return non-zero exit code on _failure_. ``` • kvs get Get the string value...
Yeap agree on that 👍 It should be made more explicit if that's the case.
Glad to know that it's welcome! > I think since we are currently creating the discriminator field only when there is serde's tag attribute over the enum we can directly...
> Has there been any movement on this? I'm having issues generating clients from the swagger output which expects a mapping for polymorphic types. If not, I'm happy to pick...