kwanhur

Results 16 issues of kwanhur

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar feature requirement. ### Description Add subcommand `diff` in `license-eye`, it'll help us to show...

feature
license eye

### Description Allow [IPv4 loopback address](https://datatracker.ietf.org/doc/html/rfc5735#section-3) 127.0.0.0/8 and [IPv6 loopback address](https://datatracker.ietf.org/doc/html/rfc4291#section-2.5.3) to access admin. Now, if not the address `127.0.0.0/24`, it'll get a warning tip like ```shell WARNING: using fixed...

stale

support `bfe -t` to test configuration valid or not test failed when invalid bfe.conf ```bash [vagrant@lvs bfe]$ ./bfe -t 2021/10/17 17:28:23 maxprocs: Leaving GOMAXPROCS=2: CPU quota undefined bfe: configuration file...

Copywriting in `docs/zh_cn/` have different formats: * some writings have one space before/after English words but some have no. * some punctuations used in halfwidth form but some in fullwidth....

[staticcheck](https://github.com/bfenetworks/bfe/blob/develop/staticcheck.conf) had been used in `bfe`, but it doesn't exist in [ci job steps](https://github.com/bfenetworks/bfe/blob/develop/.github/workflows/ci.yml). Add step `staticcheck` on pull request and push develop, helps to improve quality of codes. marketplace...

bfe's [entrance](https://github.com/bfenetworks/bfe/blob/develop/bfe.go#L51) include many jobs to do, split them into different parts as below example. It'll take more scalabilities, like 1. support callback when `Init` or `Start` 2. register signal...

[staticcheck](https://staticcheck.io/) hook

[staticcheck](https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck) hook helps to find bugs and performance issues, offer simplifications, and enforce style rules.

`typos` ver: 1.4.0 detects cipher suite to correct like: ```bash error: `EDE` should be `EDGE` --> bfe_tls/cipher_suites.go:521:19 | 521 | TLS_RSA_WITH_3DES_EDE_CBC_SHA: "DES-CBC3-SHA", | ^^^ | ``` Hopefully ignore SSL cipher...

enhancement

Please answer these questions before submitting a pull request, **or your PR will get closed**. **Why submit this pull request?** - [x] Bugfix - [ ] New feature provided -...