Results 15 issues of Dino N

Hi, I am aware that it is not possible to completly turn off LED as is it connected to SD card also, but how can you at least prevent it...

enhancement
idea

HI, I am getting unhadled error when clicking on zoom/unzoom after I switch to offline map. an way to disable this option on map or handle thisevent/ error as it...

possible-bug

Hi, mapsui 3.0.2 on xamarin forms 5.0.0.2337 I have issues with order of the layers displayed. I am adding track first using following code in async method: `//add tracks List...

I am adding pins and map track on the map pins are added using ``` ((ObservableRangeCollection)((MapView)mapView).Pins).AddRange(list); ``` and track is added using ``` List trackLayers = addRoute(); foreach (var trackLayer...

question

HI, is there a jeelib port for ESP8266 boards, they are ardiono compatible. I a trying to compile some code based on standard jeelib but I am getting the error...

I am sending image as Base64 string as report parameter String PictureBase64 = GetPicture(); ReportParameter rptParam = new ReportParameter("rpImageBase64", PictureBase64, true); report.SetParameters(rptParam); Report is rendered correctly on windows and in...

Hello Chris, I am stugling in finding the way how to do beacon monitoring in the background when app is closed. Is this supportted by the library now or there...

question

Flutter 3.7.1 Unity 2022.2.1f1 When app is run from VS Code "Run without debugging" all works OK and Unity widget is initialised When running app from Xcode Unity widget is...

bug
ios

I converted GPX to SHP in QGis, this SHP was imported and is showing up as line mesh. how can it be converted to some object that has thickness so...

### Question Validation - [X] I have searched both the documentation and discord for an answer. ### Question I am trying to use SQLTableRetrieverQueryEngine to answer question about data stored...

question
stale