Anton Eregin
Anton Eregin
Cannot convert value of type '[FileAttributeKey : Date]' to expected argument type '[String : Any]?'
> @AtelasLeo this should be fixed in this PR: #140 > You can try it out using a fork for now: > `pod 'Zip', :git => 'https://github.com/Workshed/Zip.git'` Work for me,...
Hi @breautek thanks for quick and detail response, really appreciate. I always used ```cordova.file.dataDirectory```, other folders just for debugging. Please, see the ```adb shell``` folder listing. This is after the...
Several sources, like this: https://www.raywenderlich.com/10768834-scoped-storage-tutorial-for-android-11-deep-dive refer, that we have to use MediaStore API to store media files ... I don't know if it may help ...
**Found temporary workaround:** In my app I downloaded an archive (about 84 Mb) with images to ```cordova.file.dataDirectory```, that after extracting was like this: ``` ContentGraphics/ - SubFolder1/ - image1_1.jpg -...
I recently found a solution !!! Every time web server detects GET request it calls **onRequest()** method and returns in request **path** parameter, a part of request link following http://localhost:8080...
Hi, what is the right way to install via npm? I tried: `npm install --save v-mapbox mapbox-gl` But got bunch of errors require vue 2: ``` npm ERR! code ERESOLVE...
The source data I've got from [here](https://mapzen.com/data/metro-extracts/metro/rome_italy/) Mac terminal command: `tilemaker rome_italy.osm.pbf --output=Romemap/` Tilemaker process completed without errors. I've tried to add also "mvt_version" parameter ton config.json file, but it...
@JWong1105 thanks, your solution works for me too!
Found my bug and working solution !!! So, I have to remove prop `center` from `` at all and instead of `panTo` I tried `flyTo`, here is my working code:...
got the same issue, any updates?