Martin Neu
Martin Neu
@dapriett @naderio @breningham can you help us with this? Thanks!
> Can you post some screenshots? Simply the center moves up to the left
Finally I do that: ``` if (platform.isIOS) { mapView.latitude = loc.latitude + 0.01; mapView.longitude = loc.longitude - 0.008; } else { mapView.latitude = loc.latitude; mapView.longitude = loc.longitude; } ``` It's...
Thanks, @michaelabuckley!! I changed the docker command with these, and it worked fine! docker run --platform linux/amd64 -d -p 8080:8080 --name hapi-fhir hapiproject/hapi:latest
@michaelabuckley, have you an arm64 native image? How can I run the docker run command?
@olexale, no, I didn't use this library.
I didn't develop this functionality.
Hi!, I Googled before asking, but because I not know how to compile in C I do not undestand, even the link you give me. I will research more. Thanks!!
Hi! Can you tell me how can I compile it in Linux? Thanks!
Hi!, I have 5 to 10 seconds of delay to see the first frames in iOS, any update with this? Thanks!