Boying Xu
Boying Xu
Sorry the link is from my private net disk, it maybe exposing my cookie, I'll try to find a public link with same issue. PS. the issue is not on...
Could author update https://pypi.org/project/mdv/ The 1.7.4 has the bug that not showing the code block. ``` raw = html_parser.unescape(ph) ``` The problem seems already fixed in master. I promote this...
我没有搞错,这个是mac版本上about给的链接。。。 不过我的mac坏了,所以我现在不是很在乎这个问题了。而且貌似Wizteam自己也不在乎吧。
Not a good idea due to this https://stackoverflow.com/questions/3266443/can-you-use-a-shared-ptr-for-raii-of-c-style-arrays
``` c++ #include #include #include #include #include #include #include #include // Replace string ----------------------------------------------------------- // http://stackoverflow.com/questions/3418231/replace-part-of-a-string-with-another-string bool replace(std::string& str, const std::string& from, const std::string& to) { size_t start_pos = str.find(from);...
Can the synchronization function be separated out as an additional synchronization mode? Some cases like: 1. Addition network setup needs before RSS sync 2. More customized syncing frequency using crontab...
@nkanaev sorry I missed you reply In my use case, I need the flexible update methods, not only the frequency but also some network setup before sync, so the cli...
`IM_ASSERT` is unrelated to this issue — please ignore it. Thanks for sharing [[PR #8838](https://github.com/ocornut/imgui/pull/8838)]. I did a quick local review and it looks promising. The author also speaks Chinese,...
Hi again, I’ve already integrated the code into my mini project, and so far it looks good. To help illustrate, I prepared a minimal working example. The code is a...
Hi again, I ran additional performance tests and identified that the bottleneck seems to be related to this section of code: ```c++ else if (c && next_c) { if (prev_c...