Stanimir

Results 129 comments of Stanimir

@lacymorrow this means that in `electron-react-boilerplate` project needs to set in dev mode `webSecurity: false` here: https://github.com/electron-react-boilerplate/electron-react-boilerplate/blob/main/src/main/main.ts#L77 something like: ```javascript webPreferences = { webSecurity: !devMode } ``` @amilajack what do...

You can try to get altitude from google map point. I think that its have information for this. Generally Im trying to set speed to Emulators location object but without...

I don`t thing that its harder to calculate speed from points clicked on the map. The speed will be really high but its real Emulator speed based on the moves...

Altitude works with this PR https://github.com/dpdearing/android-gps-emulator/pull/10

Altitude is hardcoded (you can search for the 20 in PR). My initial idea was to set speed in Location object but I have success with altitude only.. code in...

Yes you can easy get the real altitude for the point but this is testing tools and more important is altitude to have some value you can set Random(0,4000) for...

Manually to set speed why? You can calculate distance and speed from previous point

Yes I think that its not problem to attach one timestamp to every point clicked on the map.

@rathore-himanshu821 you can add dependency: `@react-native-community/viewpager": "^3.3.0",` this temporary fix issue for me

@udaymenon173 It's is wrong to not use lint. I like lint to abort build if its have errors