Artur Dudnik

Results 6 comments of Artur Dudnik

Hello, Yeah, it's it. Sorry, but Google can change it at any time for any reason, that is why we don't do it. `background-geolocation-console` can be used with three databases:...

@jsvinueza please try those steps: 1. `npm i` 2. `export DATABASE_URL=postgres://postgres:...@localhost:5432/geolocation && export GOOGLE_MAPS_API_KEY=AIz...Nkg && export SHARED_DASHBOARD= && export ADMIN_TOKEN= && export PASSWORD= && export FIREBASE_URL= && export FIREBASE_PRIVATE_KEY= &&...

Same issue with 0.6.0. ~~@jagadeeshi2i: Did you up docker container on MacOS?~~ Got it `/ubuntu/` In my case same exception on Macbook 2019 i9. Because looks like it work on...

@Dipet yeah good idea, but do not forget for `A.KeypointParams(format='xy', remove_invisible=False)`.

but it looks like I found the tricky solution ```python transform = A.Compose([ # ... A.Rotate(limit=15, border_mode=cv2.BORDER_REPLICATE), # ... ], keypoint_params=A.KeypointParams(format='xy', remove_invisible=False)) keypoints = [val + [i] for i, val...