Kevin Kreiser
Kevin Kreiser
If you do a work function like this: ``` c++ worker_t::result_t result{false}; http_response_t response(200, "OK", std::string()); response.from_info(info); result.messages.emplace_back(response.to_string()); return result; ``` That is reply to an http request by sending...
this would make any exceptional cases easier for a worker to actually still send back as a result and possibly simplify worker code
there are lots of things we just arent pedantic about... some of these we could do, but at the annoyance of added complication. some of them we purposely let up...
We have to bite the bullet at some point and allow for a standard config.. At this point the api is configurable in a few ways but we really should...
hoping that after some changes this fixes #4688
And then rely on the second pass to get any that have a destination (or origin for reverse) that happen to be in destination-only regions? The hope is that for...
We should have more tools for visually inspecting the valhalla data and ways to visually understand how sif/odin interact with it. We currently have a tool that lets us see...
hi! would you be willing to support a slight refactor to marshal not just to bytes but rather to the precursor mvt spec proto objects? this is useful for grpc...
fixes #4865