Aleksey Razbakov
Aleksey Razbakov
It works for me to calculate the geohash, but I haven't test the search ```js import admin from 'firebase-admin' import { config } from 'firebase-functions' import * as geofirex from...
@TinusJ 1) Which error? 2) How do you build? 3) Did you configure babel and webpack? 4) Can you share your code? 5) Which version of firebase do you use?
Check the last comment edit. There is an answer.
If I go to my tweet and click embed I am getting this code, which works: ```html Learn how to moderate any meeting in effective wayhttps://t.co/SHkh1rmVi2 pic.twitter.com/BpD6Q4ylpb— Alex Razbakov (@razbakov)...
same issue with 0.6.0
I am getting "Module parse failed: Identifier 'ref' has already been declared"
I have the same problem. My `package.json`: ``` "dependencies": { "core-js": "^2.4.1", "date-fns": "^1.28.2", "vue": "^2.5.2", "vue-router": "^3.0.1", "vuetiful": "github:andrewcourtice/vuetiful" }, ``` my vue file: ``` import Vuetiful from 'vuetiful/dist/components/components.bundle';...
Look [here](https://github.com/firegento/magento/releases) we use `+` as separator between version number and patch number: for example `v1.7.0.2+patch2`
yes, it's pulled
`~1.7` will pull `1.9.2.2` because of semver but if you specify `1.7.*` then `v1.7.0.2+patch1` will be used