Kie
Kie
Even though it's pretty convenient to build because of the great documentation you guys provide. But it's still helpful if it's available in the famous package management. I do think...
### Environment Package Name/Version: **boost/1.76.0** Operating System+version: **Linux Ubuntu 20.04.3 LTS** (in docker) Compiler+version: **GCC 9** Docker image: **ubuntu/latest** ### Description I find it does not show the line number...
cinatra好像会将上传的文件重命名,可是如果我想获取到它本身的名字应该怎么做呢?没有找到对应的接口。
在添加CINATRA_ENABLE_GZIP后,编译不通过,原因可能是CINATRA_ENABLE_GZIP控制的代码依赖`res_content_type`,但是它已经被重命名为`req_content_type`,不过有两个地方漏掉了。 另外修复了之后代码依然有问题,看起来是`set_status_and_content`方法中,当CINATRA_ENABLE_GZIP打开后,else语句控制范围导致的。 想问一下gzip这个功能是否经过测试呢?其他部分用起来真的很棒。
Specify library name and version: **Folly/2022.10.03** Update folly to 2022.10.03 and add one patch --- - [x] I've read the [guidelines](https://github.com/conan-io/conan-center-index/blob/master/docs/how_to_add_packages.md) for contributing. - [x] I've followed the [PEP8](https://www.python.org/dev/peps/pep-0008/) style...
### Package Details * Package Name/Version: **Folly/v2022.09.12.00** The current version of folly provided by Conan is `2022.01.31.00`. It failed to compile when using GCC 11 with santizer because it has...
In the document, it's said that this library can only work with .xlsx but not .xls. I have a .xls file opened and save as .xlsx, then I read the...
In MacOS with Clang, the code will fail to compile because `std::string` doesn't provide a constexpr constuctor so that it can not be in constexpr environment. Remove some usage of...
Only one letter shown as title when creating a window on Windows. Except that, everything works fine. If I deleted the explicit title parameter, only a `G` is shown at...
I am using code-server and dotnet has been already installed. The previous version works well but after updating to the new version, an error is reported: ``` [STDERR] Could not...