qicosmos
qicosmos
I use vs2015 for testing, vs2015 don't support int128. How to use it in vs2015?
If show a markdown document with textedit, elements can't render markdown now, so do you have the plan to support it?
compile error: redisclient/impl/redisclientimpl.cpp:64:25: error: unknown type name '__suseconds_t'; did you mean 'suseconds_t'?
It will be better to provide a function of serializing an object to protocol buffer.
variant is safer than union, so it's better to replace union with variant.
- [ ] 1. api和from_json对齐 - [ ] 2. 抛异常的接口; - [ ] 3. 错误码的接口; - [ ] 4. 带默认值的接口? - [ ] 5. [] 访问object和array的接口 - [ ] 6....
refactor: improve json parsing performance; fix some bugs; use c++20; - [x] functional implementation(support std::array, vector like, map like containers, nested objects) - [x] ifstream interface - [x] unit test...
download a file with Chinese filename by static file server, will return not found on Windows, Linux is ok. ```c++ http://127.0.0.1:9001/中文测试.txt ```
hi,this is the error messages error: ‘class hadoop::hdfs::BaseHeaderProto’ has no member named ‘set_allocated_block’ base_h->set_allocated_block(new ExtendedBlockProto(*block));