myfreeer
myfreeer
This seems to be a redirection issue. 这似乎是重定向问题。  The page [`cpp/numeric/special_math/beta`](https://zh.cppreference.com/mwiki/index.php?title=cpp/numeric/special_math/beta&redirect=no), as an example, has been redirected to [`cpp/numeric/special_functions/beta`](https://zh.cppreference.com/w/cpp/numeric/special_functions/beta) in upstream website, but it does not appear in downloaded...
Having searched over the [wget mailing list](https://lists.gnu.org/mailman/listinfo/bug-wget) and found that [`--trust-server-names`](https://lists.gnu.org/archive/html/bug-wget/2011-12/msg00021.html) can make a difference on behaviour or redirected urls. I built a http server in node.js as a demo,...
[20240915-dev](https://github.com/myfreeer/cppreference2mshelp/releases/tag/2024.09-dev) 已发布,与 [2024.09](https://github.com/myfreeer/cppreference2mshelp/releases/tag/2024.09) 相比增加了 [--trust-server-names](https://lists.gnu.org/archive/html/bug-wget/2011-12/msg00021.html) 选项。 [20240915-dev](https://github.com/myfreeer/cppreference2mshelp/releases/tag/2024.09-dev) has been released,added [--trust-server-names](https://lists.gnu.org/archive/html/bug-wget/2011-12/msg00021.html) option compared to [2024.09](https://github.com/myfreeer/cppreference2mshelp/releases/tag/2024.09).
`cmake -G Ninja` command generates build scripts for [ninja](https://ninja-build.org/), so run ninja to build it. Check [build.sh](https://github.com/myfreeer/dll-hijack/blob/master/build.sh) for an example.
Confirmed as bug, will look into this if I got time for debugging
The [`ngx_http_v3_module`](https://nginx.org/en/docs/http/ngx_http_v3_module.html) is experimental now, and not included in [upstream build config](https://github.com/nginx/nginx/blob/release-1.26.0/misc/GNUmakefile#L43). I do not have much time with this nowadays, but feel free to fork this repo and make...
1. I'm considering making a size-reduced build without, tracking at issue #6 . 2. The `-Werror` flag treat warnings as errors, remove the flag from nginx build scripts or ask...
Have a look at [release 1.21.4](https://github.com/myfreeer/nginx-build-msys2/releases/tag/1.21.4), including binaries without openssl
Updated [here](https://github.com/myfreeer/7z-build-nsis/releases/tag/24.05), thanks for reporting
Have tried [latest version](https://github.com/myfreeer/aria2-build-msys2/releases/tag/1.37.0) on my local windows 10 x64, and it works well with websocket jsonrpc. Do you have any more detail on reproducing this issue? 我在本地 windows 10...