syheliel

Results 34 issues of syheliel

`:ref:` is not rendered, like `:ref:cmake-language` in the picture ![image](https://user-images.githubusercontent.com/45957390/177237794-9befd6b4-b302-4b8b-8cf8-27690b2e44a8.png)

I'm using WSL (ubuntu 18.04). When I type some command by `!`, like `!cat`, I have to wait for a long time to autocomplete the command by . I can't...

question

in https://github.com/ttroy50/cmake-examples/tree/master/01-basic/G-compile-flags: the picture link(`https://github.com/ttroy50/cmake-examples/blob/master/01-basic/G-compile-flags/cmake-gui-set-cxx-flag.png`) is not available

here is my command and output: ``` ❯ cmake -B ./build/ -DCMAKE_EXPORT_COMPILE_COMMANDS=on && sudo cmake --build build --target install -- The C compiler identification is GNU 11.2.0 -- The CXX...

版本:1.6.4 系统:kali linux amd64 错误信息:`ssh 127.0.0.1:22 root root@111 ssh: handshake failed: ssh: unable to authenticate, attempted methods [none password], no supported methods remain ` 目前ssh服务器的`PasswordAuthentication`配置默认为no,此时ssh端口开放但无法利用密码登录。但`fscan`针对这种情况仍然会持续进行密码爆破。由于此时每次爆破都需要timeout后才能完成一次连接,所以速度奇慢。 ![image](https://user-images.githubusercontent.com/45957390/138307456-3802b658-8b5b-4a3d-b248-7da7df0e6c4b.png)

Nowadays many tools(like `mypy` or `pyright`) start to provide type check. Would this project add typing stubs in the future? ![image](https://user-images.githubusercontent.com/45957390/150147489-146cc71c-4328-4a7a-87df-762cab1a2932.png)

feature
code style

I'd like to find a port scan tool for my rust project. It seems that the usage of `RustScan` is console-only, does it provides API so that I can use...

1. `shellcheck` for `.sh` file(I leave these errors to avoid merge conflict) 2. build check on `ubuntu-latest`

I'm working on WSL2 and `tr` is recognized as `trap`. ![image](https://user-images.githubusercontent.com/45957390/158107777-73767b35-0ece-4262-baba-647409ef6b7d.png) To produce it. Just create a new `.sh` file, and type: ``` tr '\n' '\0' ```

I'm using `z3-sys` in my rust crate indirectly and it takes a long time to compile `z3-sys`. I guess it is used to prepare some system functions for z3. I'm...