Giorgio Pogliani

Results 20 comments of Giorgio Pogliani

@engram-design What about having only the submissions multi-site aware? The submissions are just elements that can be multi-site aware, am I wrong? I'm trying to add this because I would...

Hello @jensimmons, actually I found that it was already filed in: https://bugs.webkit.org/show_bug.cgi?id=225278 It's marked as patched but I am still experiencing the bug here on Mac OS 12.1 with Safari...

Hello @engram-design, I did what you said but I still have the same error `PDOException: SQLSTATE[HY000]: General error: 1366 Incorrect string value: '\xF0\x9F\x94\xBA",...' for column 'cache' ...`. I updated the...

Yes, that's the moment where it gives error. I also tried to disconnect and reconnect but didn't help

Yeah same error, although there are other emojis scattered in the json and in different locations, that was an example. Do you require every use case? I see also emojis...

@engram-design I tried to update but the issue is still present. Did you also "escape" labels for options of options? This is another example: ``` {\"class\":\"verbb\\\\formie\\\\models\\\\IntegrationField\",\"handle\":\"Test__c\",\"type\":\"string\",\"required\":false,\"options\":{\"label\":\"Test\",\"options\":[{\"label\":\"🟢\",\"value\":\"Good\"},{\"label\":\"🟡\",\"value\":\"Okay\"},{\"label\":\"🔴\",\"value\":\"Bad\"}]} ```

@engram-design I checked the failed query again and I found this part: ``` {\"label\":\"🟢\",\"value\":\"Good\"},{\"label\":\"🟡\",\"value\":\"Okay\"},{\"label\":\":red_circle:\",\"value\":\"Bad\"} ``` It looks like the red circle got escaped but not the others.

@RoduanKD I tried your project and besides that with vue 2.7 you should use `@vitejs/plugin-vue2` and not `@vitejs/plugin-vue` or `vite-plugin-vue2` the problem looks like a bug. I opened a terminal...

@majermi4 I don't use that library, do we need to add some integration or it just works? @broskees it could be possible to add this, I still didn't find an...

@broskees this could be a start, although there are some limitations at the moment.