Sylvain

Results 3 issues of Sylvain

Export image for printing with a better sharpness can be done with a transform scale3d with a sharpness Factor (72dpi to 300dpi => 4 factor) I change export function to...

when array is object [{label: lorem, value:1}] puiautocomplete find [object object] In function puiautocomplete method search I change line 777 on v4.1.9: `data.push({label:sourceArr[i], value: item});` becomes: `data.push({label:itemLabel, value: item.value});` I...

# With this configuration (latest = 5.2.1 today): ![2024-12-04_14h03_51](https://github.com/user-attachments/assets/83f73539-ca40-4838-8e21-3cf7a4982a8b) ![2024-12-04_14h14_59](https://github.com/user-attachments/assets/b685f7c6-7f39-4642-9dd4-6ca265af2401) # I try to upload this file (~1Go): ![2024-12-04_14h12_50](https://github.com/user-attachments/assets/7fd4a5bc-a1e1-42de-9674-73f3d1f76282) # And I obtain 413: ![2024-12-04_14h15_20](https://github.com/user-attachments/assets/39247d3a-606e-4ae8-851b-e23962923b91) # Precision: If my sql...

bug
question