Nico
Nico
What I want to do is basically this: https://github.com/json-schema-org/json-schema-spec/issues/661 I want to inherit from a schema, add some more properties and disallow additional properties. Setting additionalProperties to false will not...
I am using version 2.0.0 but I am unable to send a video/audio to another client when answering a call. When starting the call myself (offer) it works: ```csharp //...
Hi! I've written an OpenApi Spec for my Rest API. I want to validate the payload inside the server and the client test suit. The idea was to validate against...
Also a common use case is a media player control over MQTT (at least for me). An example gui i found online:  (Source: https://creativetacos.com/free-ocean-flat-ui-kit/) Controls would be (all optional):...
I just want to share a simple idea that came to my mind when I saw the following:  (Source: https://creativetacos.com/free-ocean-flat-ui-kit/) Sometimes you want a more compact GUI card, with...
Hi, I really like the concept of Crouton. The describing of the GUI "cards" make a lot of sense to me. However the current layout (topic structure) implies the mqtt...
The python demo code consists of a `crouton-simple-dropdown` widget. It is displayed on the crouton website, but not functional. If you change a value, nothing happens. It is also not...