Shuai Zhang
Shuai Zhang
I solved it by patching mvsft source code. 
I think the switches could be smarter to automatically detect the value from built-in macros & pragmas. And we provide some switches for user overridings. * 0: Automatically * 1:...
1. I have to do tedious convertions between `std::string_view` and `nonstd::string_view`. (actually `absl::string_view` in my case, because we are using c++14) 2. `nonstd::shared_ptr` and `nonstd::unique_ptr` break the strict aliasing assumption,...
It's good to maintain ABI compatibility. If we provide such switches, we could still make the default setting ABI compatible.
The problem solved. It's because connection timeout. But still want to know if there was any way to enable verbose log, just like the `-v` flags for cURL.
Cool! Exactly what I want. It could be somehow painful but was worth it. 👍
any progress on this issue?
@oquenchil could you help to review it at your convenience?
The [Getting Started](https://www.graphengine.io/docs/manual/index.html) document only illustrated several concepts. Without concrete instructions, people wouldn't know how to make it run.