Jesús Barbero Rodríguez
Jesús Barbero Rodríguez
Hi Quixotix, I'm adding completion support to the plugin, you can add it to upstream if you like.
When you insert a POJO there is no way to get the inserted id using the generated dao classes. IMHO the best is assign the inserted id to the key...
I've created a document with this content: ``` json { "codigo": "cochesnet_tipo_cambio", "tipo": "regex", "valores": { "(?i).*(Automático).*": "1", "(?i).*(Manual).*": "2" } } ``` When insert the document, works fine but...
When you configure maxFilesize (1Mb) and resize images (150x150), he original image size can be 5Mb but 50kb when it has been resized. Dropzone doesn't not permit select an image...
If you configure dropzone to resize images, it show the original image size in the preview, not the size of the resized image.
### Vue version 3.4.15 ### Link to minimal reproduction https://play.vuejs.org/#eNp9U9tu2zAM/RVOL0kA1ZmbdJcsDXYrsAzYOjTDhqHqg2fTiRtZMiQ6TRH430fZSRZgQ99EnkPq8IjaiXdVFW1qFBMx9akrKgKPVFczZYqyso5gBw5zaCB3toQeU3vKKJNa4wlKv4TLgPd7n1BrCz+t09mz3iBQDqQsoWTPuo3luRzJsbyQL+RL+Uq+lvFzGccyPpfxSMbju8GbUJjXJqXCGi4q7QY/cod+YTLcDmCnDLQto02ia4x8pYsUO1RCHOobZabDbhgegwPCstIJIUcA01U8+3H2hRsDoafpkOOQn+fwaGtIud0aCgO0QlDiphUAF0rA75rIGtmxEsM+ISRaQ2rZKIOGPCQ5oePKhAA1lpyDxCHUFQvGLIJwz6+T8nAHFSXLSMrKQ7pKzBI7pwPUTZ8dexFL5jSarB2k1q1wPukCNme5dZdKZJLFsxdhhGATC5+s8TEgXbQ5K7ktx7fZnRL7DtyjGw/etgYw/I/1XDvb27HbQQZNMx12RccmnDf4AFyE/UFEdr64XpArzLI/YPpe7FAX3UMM2wGmw5PnEVKQ57XJi2V0763htWwfXIngcqHRXVdhMbwSk24VAsavYB8+tzlyNcpDPl1huv5P/t5vQ06Jbw49ug0qccQocUukDr5afMUtn49gabNaM/sJ8Aa91XXQ2NHe1yZj2Se8Vu28/VzszHd/tSU0/jBUEBqYTctXgj/chydG/yt3FI3bOt5/0fwB/zNDhw== ### Steps to reproduce Create an element with v-for and v-memo (like the example in the documentation). Then modify or...