John Mckay
John Mckay
I'm still having issues even after installing Sharp with the --build-from-source flag
@donhmorris Sure Node version - v15.12.0 Npm version - v7.6.3 Error: ``` npm ERR! code 1 npm ERR! path /opt/homebrew/lib/node_modules/cordova-res/node_modules/sharp npm ERR! command failed npm ERR! command sh -c (node...
Still getting the same issue unfortunately @donhmorris , and not running under Rosetta!
No worries @donhmorris , appreciate the replies! I still have my Intel machine so using that in the mean time, so not slowing me down :) Thanks
+1 Would also find this really useful
@robingenz does this same bug also affect geopoints? we store both timestamps and geopoints in our firestore db, everything comes back fine when testing in the browser, but when we...
I couldn't get the AutoComplete module to work at all, so ended up implementing this myself, like so: Pass the swiper instance to the component: Then in my component: setSwiperInstance(swiper:...
No worries No good reason to be honest, just wanted to change as little as possible to fix the problem as was working with already functional code, just upgrading from...
Ah I see what you mean, the first thing the app does on load is call `sessionStorage.clear()`, so yeah you would lose the overload on a page reload I'll update...
I've updated that PR @cpulvermacher