Claudio Barca

Results 47 issues of Claudio Barca

Using version https://github.com/esprfid/esp-rfid/releases/tag/1.3.3, on NodeMCU Lolin and RFID reader RC522. All RFID cards are recognized correctly, but the access log is empty. I am a developer, your code is of...

bug
need_confirmation
investigate

Hi, Hassio ver. 0.105.5 and flex-horseshoe-card downloaded from HACS 1 hour ago. The simple card is blank, no messages on log, on Developers Tools page : **flex-horseshoe-card.js:1703:1 TypeError: entityConfig is...

This dependency was not found: * core-js/modules/es.regexp.dot-all.js in ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader-v16/dist??ref--1-1!./src/App.vue?vue&type=script&lang=js To install it, you can run: npm install --save core-js/modules/es.regexp.dot-all.js D:\Weblabs\VUE\sakai-vue>npm install --save core-js/modules/es.regexp.dot-all.js npm ERR! code ENOENT npm ERR! syscall...

Using SDFat 1.0.7 this is the error: **SQL error: database disk image is malformed**

I need to see correctly the single quote `'` into email html body. The result is always` '` How to ? Thank's

bug

Hi, I have a big form with 100+ fields, with many select box. indeed to populate items statically via enum entries from schema, can I add items to select box...

Adding a unique `aria-label` properties to each fields generated, can be useful to automated testing forms. Thank's

enhancement

Unfortunately, the message not provide **what** field is not supported. It is not useful to solve the problem without the field name where was found the issue. ``` vue3-form-naive.esm.min.js:4 Uncaught...

I have a form with +100 fields. Whats is the best practice to reset each field to default value ? Thank's

Hi, I use naive-ui css base style for my project, and I'm interested to use vue-dataset as card list for tables data. No problem to render items as cards, but...