Rajesh Nair
Rajesh Nair
The js and vue files were not compliant to the eslinter although linting script is part of package.json. This PR makes the js and vue files compliant to eslint
`wait` Mutex in `socket.SimpleQuery` is never Unlocked. https://github.com/globalsign/mgo/blob/master/socket.go#L408 ``` func (socket *mongoSocket) SimpleQuery(op *queryOp) (data []byte, err error) { var wait, change sync.Mutex var replyDone bool var replyData []byte var...
_rowserrcheck_ fails with a stackoverflow when it encounters code of this kind This code pattern is specifically used when you have to convert row to you own golang struct ```package...
### Problem We use JeroMQ 0.5.1 to build a PUSH-PULL pipeline We have strict requirement to ensure no loss of events and we do a quite a few number of...