Results 21 comments of Dino N

in the Ports.h I changed #include to #include but now I am getting error libraries/jeelib/Ports.h:745:18: error: 'InputParser& InputParser::operator>>(uint32_t&)' cannot be overloaded

I am running it on .Net6. I need to run app in linux container. Any idea if this in runtimeconfig.json would help? { "configProperties": { "System.Drawing.EnableUnixSupport": true } }

I am using nugget packages, while running in docker container report is created, just there is no image in the report. I am using try/catch and not catching any errors....

did a extensive research yestaerady, I was sending BMP as Base64 string, now I converted to PNG and all works ok. For some reports (probably due to large number of...

I am running it on Android 4.4 - HTC 320 device.

HI @chrisriesgo, thank you or your support and effort. Fed ways will not make a difference, but fresh look onto things will certainly help as I seems to be stuck....

@chrisriesgo, Chris thank you for your support, I am currently traveling but by the end of the week I will try it and provide feedback on the status. Regards, D

HI @chrisriesgo, here is the troubleshooting that i have done: 1) Sample App (Android only) downloaded and installed 2) When the app is running I can see the beacons 3)...

Hi @chrisriesgo I did the following test: Just a final confirmation, without beacons, app is not jumping in the foreground. Also if beacon is not visible immediatelly after app is...

ok, as it looks like mapview.Pins is just regular layer with pins as observable collection here is my solution that looks like it is fixing things: ``` var list =...