Bikram Ghosh Dastidar
Bikram Ghosh Dastidar
This would be a great addition, especially with `async`/`await` being the norm these days. This probably wouldn't need a breaking change since you can just drop the last `callback` parameter...
Thanks for the error log, better than your last issue. I suspect Google Maps is still required for the tilesets for Leaflet. Can you try adding your own Google Maps...
@rushi12565 haha most likely no. I'm sure Niantic changed their entire API by now. I haven't touched Pokemon GO since 2016. 😠ðŸ˜
I think it might be because the `validationResults.value` is updated inside `onBeforeMount`... which is not called during SSR. See here: https://github.com/vuelidate/vuelidate/blob/next/packages/vuelidate/src/index.js#L66 I'm thinking `validationResults.value` needs to be updated prior to...
Under Tools menu -> Trim client.txt It just trims the file to be under 10MB. Tool works for me but sometimes it just requires a Exit -> Restart for it...