amoldeshpande
amoldeshpande
At least on the current OSM website, the bad road in my example is marked "tertiary" and the good one is marked "secondary". So I'd assume routing should work as...
well, the problem is that the paved/unpaved state in OrganicMaps does not reflect the current state of the roads. I cannot find anything in ID editor other than "surface" for...
I don't think you understand what I am asking. Since the current state of roads in OSM (website) does not match OrganicMaps it is not possible for me to try...
thanks. I spent some more time diving into the the details of the segments of the route and it looks like there are certain short parts that OSM has outdated...
BTW I tried turning off Visual Assist and it still happens. This trace output is from one attempt where I did =G between "1G" and "''" and one where I...
Any updates from C# have to be done manually, which is not a very sustainable approach, but adequate for my personal needs. Doesn't godot support C# ? As far as...
In the end, I think having a proper cross-platform test framework is a good idea. There is no valid reason to keep it tied to MSTest for ever, just my...
hi @dtikhonov , I have a windows version at https://github.com/amoldeshpande/lsquic-client I am able to compile in debug and release as well as pass tests in debug mode. Ran http_client and...
cool, will do. It's mostly a bunch of variable-sized arrays (or 0-length arrays) that are not supported properly in VC. I don't have a Linux/Mac handy to regress my changes...
@dtikhonov any news on the pull request ?