Kie
Kie
我能不能问一下inner rounding是个啥。。。翻译成“内圆”吗?
> 设置一下[回调](https://github.com/qicosmos/cinatra/blob/master/include/cinatra/http_server.hpp#L228),在这个回调里获取文件名. 我看到这个默认的这个回调函数中其实已经获取到文件名了,是个本地变量filename。为什么uploadfile这个类里不包含文件本来的名字呢?默认的回调函数那里应该可以传入到uploadfile里,用起来会更方便一些。
It looks like the bug is introduced with GCC 10.3. See detail for [bug report](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99576) and [bug report](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100611). The generated code frees `std::string` once more than it created. As a...
> Can you please link #12988? https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword 🙏 Already done, thanks.
> Since the patch is to provide conan deps you should also change the mode, the upstream projects all provide CONFIG files, modules are a different and I dont think...
> @Kidsunbo Need to check which generator is being used. The `cmake_find_package` generates only `Findxxx.cmake` files, and `cmake_find_package_multi` generates `xxx-config.cmake`. The generators seems to be `cmake` and `cmake_find_package`. So I...
> https://github.com/conan-io/conan-center-index/pull/13290/files#diff-c76b59bc54e55f5a4d20622555a9653f5345015c0c85716862cdab5139eb4dc6R162 Yeah I have fixed this by replacing `is_msvc` to `is_msvc(self)`. And also fix one error reported by lint caused by V2 migration. There is still one error which...
I find that on linux, if I only use header-only version. Everything works fine. If linking with library is the only option, do not link with `boost_stacktrace_addr2line` and link with...
I have met this bug as well after upgrading to 1.80.0. The way I reproduce this is to 1. start a docker container of ubuntu 2. connect to the container...
> @Tyriar > > I can still occur this issue in latest recovery1: > > ``` > Version: 1.80.1 > Commit: 74f6148eb9ea00507ec113ec51c489d6ffb4b771 > Date: 2023-07-12T17:20:58.115Z > Electron: 22.3.14 > ElectronBuildId:...