SplitGemini
Results
44
comments of
SplitGemini
Can see here [https://github.com/SplitGemini/windowsterminal-shell](https://github.com/SplitGemini/windowsterminal-shell)
## yaml string type not reserved fix by modify function at [tojson.hpp#L75](https://github.com/mircodezorzi/tojson/blob/b27aea6021c85200bd12c263eb9fffd8037ec55c/tojson.hpp#L75) ```c++ inline nlohmann::json parse_scalar(const YAML::Node &node) { int i; double d; bool b; std::string s; // string tag...