Alpha

Results 12 issues of Alpha

related to #385

cla: yes

as title. Nodejs LTS and latest version releasing cycle is quite fast. So, I believe add the min support version can reduce the issue about the N-API. Best, Alpha

ADD HSTS header to godoc.org Please review my changes # Related https://github.com/golang/go/issues/26162

cla: yes

use the built-in http method. ```go http.MethodGet ``` replace all static check by `golangci-lint run -D errcheck`

Hi Community, As I currently learn hacklang, It seems the sample code in this page `https://docs.hhvm.com/hack/asynchronous-operations/some-basics` is not runnable. # spec ```console hhvm --version HipHop VM 4.18.0 (rel) Compiler: 1565634828_N...

guides-content
debugging-help

Hi Community, # Objective I would like to introduce one line copy and paste way like `nvm` install script for those non-window users. As the original section requires multiple lines...

Hi, I think about the sort section should have `SliceStable` # reference https://golang.org/pkg/sort/#SliceStable e.g. ```go family := []struct { Name string Age int }{ {"Alice", 23}, {"David", 2}, {"Eve", 2},...

Hi, I find the example states in the helm instance section with some issues. I update the helm installation example in order to fit the condition. # reference https://github.com/rancher/rancher/blob/master/chart/templates/issuer-letsEncrypt.yaml#L4 Best,...

[zube]: In Review
Waiting for QA/verification
eng-review

I was using gojsonschema before. They offer a reference support which allows me to extend other json schema via allOf. However, their performance is so bad. Then I find out...