Nico

Results 7 issues of 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 //...

doc

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: ![grafik](https://user-images.githubusercontent.com/37442184/42218415-c909dab2-7ec8-11e8-9004-5e3a4f94f286.png) (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: ![grafik](https://user-images.githubusercontent.com/37442184/42217989-730bb2d0-7ec7-11e8-8fcb-ecdc7e09e69d.png) (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...