machinaeXphilip
                                            machinaeXphilip
                                        
                                    thank you! fixed issues i had as well with dynamically build arrays with distinct fieldnames hope this can be merged soon into @idelvall 's master !
maybe related issue with vue3 + vue-cli on upgrade from `"vue-toastification": "^2.0.0-rc.1",` to "vue-toastification": "^2.0.0-rc.5"? (going back to -rc.1 fixed it for us). ```bash ERROR Failed to compile with 18...
i fixed it very dirty with ```js function clearResults(){ geocoderControl._input.value = ""; geocoderControl._results.innerHTML = "" } ``` and attaching it to the needed events That will not work in all...
4. exclude/include Arrays flag
4.) just realized, I meant the same as @lifeart but did not see there could be more than two options. so kill 4) it's already included in 3.)
for 3.) maybe useful: my dirty fix for my personal use case: https://gist.github.com/machinaeXphilip/7796b362f8fe0310aa31bd0df85ca95a disclaimer: i did not spent a lot of time thinking here, but merely blindly modded and commented...
edited the gist linked above to match dotized 0.3.0 and made edit comments less aggressive. convert() does `{ a: [1,2,3,4] }` -> `{ a: [1,2,3,4] }` and seems to work...
got the basics working on safari ios with https://webrtc.github.io/adapter/adapter-latest.js but ONLY if running in browser NOT when started as webapp from the homescreen. I am curious if there are workarounds...
@KurtBliss: to clarify: I mean a Progressive WebApp with `` in it's head. **edit:** I tested with and without the meta tag and can confirm: it does ONLY NOT work...
It throws an error about the missing locale settings and fails: ```terminal initdb: error: invalid locale settings; check LANG and LC_* environment variables ``` looks like the tutorial assumes that...