Jingguo Yao

Results 14 issues of Jingguo Yao

ag support search for multiple file types which is great. ``` ag --ts --js one 2.ts 1:one2 1.js 1:one1 ``` But I can't find the related description in `ag -h`...

1. Fix the wrong description for ZooKeeperOperation'execute method. 2. Fix the wrong description for LeaderElectionSupport's start method. 3. Add the missed content for Event's comment.

Now, the log message contains the class name: 2021-12-19 22:59:31,787 ERROR [main] org.fluentd.logger.sender.RawSocketSender java.net.ConnectException: Connection refused (Connection refused) Since log frameworks usually have a way to log class name without...

1. If favicon is missing, Chrome and Firefox still insist on finding it. 2. Add comment clarifying the use of ReturnUri session value.

https://github.com/google/googletest/blob/master/docs/primer.md says: > Most users should not need to write their own main function and instead link with gtest_main (as opposed to with gtest), which defines a suitable entry point....

https://github.com/google/glog/blob/master/README.rst#severity-levels says: > Unless otherwise specified, glog writes to the filename /tmp/\.\.\.log.\.\-\.\ (e.g., /tmp/hello_world.example.com.hamaji.log.INFO.20080709-222411.10474). The truth is that if `TMPDIR` is set, it will be used instead of `/tmp`.

``` $ node --version v18.19.0 $ yarn --version 1.22.21 $ yarn start yarn run v1.22.21 $ lerna run start --stream --parallel lerna notice cli v3.22.1 lerna info Executing command in...

bug

I performed the steps as specified https://abseil.io/docs/cpp/quickstart-cmake. But when I executed `ctest`, there was the following error: ``` 99% tests passed, 1 tests failed out of 113 Total Test time...