Samuel Brucksch

Results 22 issues of Samuel Brucksch

Hi, from the description > You have multiple React-Native apps for iOS or Android and want them to be able to share data in a centralized location on the user's...

This already has been implemented a while ago and the code for that is here: https://github.com/Project-OSRM/osrm-backend/blob/06b1b980bbdfc838c4f8e8cb370cba6dfb0329b0/profiles/lib/destination.lua#L3-L13 However it seems, that this logic does not work. For example on this route:...

~~This is still highly experimental.~~ Install python-can on Venus OS: As pip3 is not available this needs to be done manually, you can check the download link here: https://pypi.org/project/python-can/#files ```...

Follow up to #160 Sometimes wrong values come in. Here is such a sample: ``` @4000000062e4d4e2223bb9ac INFO:SerialBattery:cell 13 has invalid value: -23.295 @4000000062e4d4e2224cd0ac INFO:SerialBattery:Frame: 0xa5, 0x1, 0x95, 0x8, 0x1, 0xd,...

Hi, Some of the Daly BMS support a connection via can bus. That should be considerably faster than the serial connection. The protocol is also open. So i was wondering...

We should discuss which features make sense in remote LSP and which in local LSP. Remote LSP is integrated into openhab environment so it should know everything about rules, grammar...

lsp

Hi, we have an android app that uses mapbox for android auto. Sometimes we see an error like this: ``` 2022-04-24 08:16:54.219 21096-21261/com.iternio.abrpapp E/libEGL: eglCreateWindowSurfaceTmpl:676 error 3003 (EGL_BAD_ALLOC) 2022-04-24 08:16:54.219...

bug :beetle:

Hi, i want to be able to place a popup on the map similiar to this sample in mapbox-gl-js: https://docs.mapbox.com/mapbox-gl-js/example/popup-on-click/ the idea is that i want to add popup texts,...

feature :green_apple:

I'm currently using Mapbox Maps 10 Beta 19. ## New Feature I want to be able to put a layer on top of all other layers where i can draw...

I just checked `maxspeed` property of an edge for a road with conditional speed limit, and it seems to ignore the `maxspeed:conditional` property. Then i checked the lua file and...

enhancement