Xianjie
Xianjie
OS: debian 9.3 Kernal: 4.9.0-4-amd64 #1 SMP Debian 4.9.65-3 (2017-12-03) x86_64 GNU/Linux CUDA: 9.0 cuDNN: 7.0.5 When i use LispMachine and build program with `go build -tags='cuda'`, I got a...
avoid out of index error
I notices in ngx_http_upsync_event_init, detele event will delay NGX_DELAY_DELETE msec. https://github.com/weibocom/nginx-upsync-module/blob/e67784cfa2b8e1ec44bfe4233c06ac60b457b93e/src/ngx_http_upsync_module.c#L3261 In addtion, add some tcp connection check logic, but not every tcp connection was checked. https://github.com/weibocom/nginx-upsync-module/blob/e67784cfa2b8e1ec44bfe4233c06ac60b457b93e/src/ngx_http_upsync_module.c#L3288 so it may...
go get github.com/owulveryck/lstm turn out error # github.com/owulveryck/lstm src/github.com/owulveryck/lstm/train.go:124:24: cannot use gorgonia.Nodes literal (type gorgonia.Nodes) as type []gorgonia.ValueGrad in argument to solver.Step https://github.com/owulveryck/lstm/blob/1581884e9d2de83e1150c04fb815637351082b7a/train.go#L124 ``` diff --git a/train.go b/train.go index b67f296..f8252aa...
https://ldapwiki.com/wiki/Microsoft%20Active%20Directory%20Extensible%20Match%20Rules some client will not send dnAttributes, in this condtion, io read will hang.
please run 'go fix' in ldap&asn1-ber
c.requestList should be protected by mutex lock. https://github.com/vjeantet/ldapserver/blob/479fece7c5f15b209e2e3ba082a89d18cd2a8207/client.go#L42 `diff --git a/client.go b/client.go index a174d36..665743d 100644 --- a/client.go +++ b/client.go @@ -39,9 +39,12 @@ func (c *client) SetConn(conn net.Conn) { }...
https://github.com/yaoweibin/nginx_upstream_check_module/blob/9aecf15ec379fe98f62355c57b60c0bc83296f04/ngx_http_upstream_check_module.c#L3086 When I add health check on exists upstream on busy nginx server node, it will return 502 when nginx trigger reload config.