0400H

Results 17 issues of 0400H

Many programmers in Issues [claimed](https://github.com/cs01/gdbgui/issues/406) that could not complete compile the package. Could add docker build env as baseline? For example, A dockerfile based on ubuntu:22.04. It will facilitate more...

在配置好以下端口转发规则的情况下,只能本地访问,局域网无法访问: ``` v4tov4 *:18000 -> localhost:8000 ``` 经检查是默认开启的系统防火墙导致的,添加以下防火墙规则后可以工作: ``` netsh advfirewall firewall add rule name="PortProxy{*:18000,localhost:8000}" dir=in action=allow protocol=TCP localport=18000 ``` 1. 希望增加对防火墙的支持。 例如在添加端口转发规则时,有规则选项或全局选项可以选择是否添加防火墙的入站规则,并在开启和禁用时自动添加和删除规则。 2. 希望能在明确的位置提醒使用人员,当在软件中开启端口转发后,即使关闭软件,规则仍旧生效。

有没有计划定期做以下事情: 1.每个章节转 pdf 2.多个章节 pdf 合并为单文件 3.将该 pdf 发布到 github release.

It is at least 3 steps currently, while user add a new search engine: 1. Construct the new search url and add it to the new engine page. 2. Construct...

Just like ![](https://user-images.githubusercontent.com/9431420/90963040-fa220080-e4b4-11ea-8e6b-e023a92f87fc.jpg) We can use it for tactical Analysis.

### Prerequisites - [x] I am running the latest code. Mention the version if possible as well. - [x] I carefully followed the [README.md](https://github.com/ggml-org/llama.cpp/blob/master/README.md). - [x] I searched using keywords...

enhancement