Claudio Barca

Results 46 issues of Claudio Barca

Hi t0mer, using VirtualBox as Windows host, and Ubuntu 20.04 as guest, I have successfully installed broadlink-manager as docker container : `docker run -d -p 7020:7020 --name broadlinkman techblog/broadlinkmanager` then...

Hi, creating an enum with +63 entries, we can't initialize it. The message is : The initializer contains too many elements. Four help on testing , below my enumerator code....

Limitation

Hi, I watched [your documentation](https://vue-json-schema-form.lljj.me/zh/guide/adv-config.html#demo-%E5%9B%BE%E7%89%87%E9%93%BE%E6%8E%A5%E9%85%8D%E7%BD%AE) Unfortunately it is not clear for me how to show an image or icon into a vue json schema form. I have add this snippet...

Vue 3, Vite2 , Naive UI I would add an html snippet into the schema to generate (for example) a green box with a text into the dynamic form result....

Hi, I would show a menu with three levels : Catalogs > Factory > Stand I have this code : ``` const routeName = 'catalogs'; const routes: Array = [...

invalid

Beautiful code, but a decoder also on .cpp would be very useful for generic usage. Thanks

Hi, I have this class : ``` class MqttBackend : PubSubClient { public: MqttBackend(WiFiClient &wifiClient); MqttBackend(TinyGsmClient &gsmClient); .... ``` and the main class as is : ``` #include class SASModem...

Hi, my code is a Vue3 Typescript Vite project with composition API with **script setup** on top, then I have not `this.$refs` I would attach a right click menu on...

Seeing the code, the **esprfid.js** file contains the role management, and now are expected only this access types: _Always, Admin, Disabled._ > It is possible to add others user's role...

enhancement

Using the 1.2.0 version, I need to get the list of users of rfi-door system. My flow is : 1) - publish an MQTT message to **_esp-door/accesslist_** with this content:...