Zvonimir Haramustek
Zvonimir Haramustek
Hi, what's the procedure for adding boards to platform, is a PR here enough? I'll be publishing a library soon hopefully :)
Hi, I have a script which compiles some c++ code in a docker container, and it works fine in macOs, but when my friend tried running it on Windows he...
Hi, I've added a segment speed file to usa map, but only modified durations, not weights, like this: `3708256753,2128508369,39,` and while route api returns different values for those two, table...
Hi, I'm trying to get turn durations in osrm match api. I've added ``` util::json::Array duration_until_turn; util::json::Array duration_of_turn; for (size_t i = 0; i < unpacked_path_segments[idx].size(); ++i) { auto &segment...
Hi, there seems to be no modulo overload in bigint class, and upon trying to write my own: a % b = a - (a / b) * b, it...
Hi guys, for a few days now, I've been trying to drive an epaper display as a second framebuffer copying the main one, but the time it takes to copy...