Maxim Sharai

Results 2 issues of Maxim Sharai

When `this.random()` returns value close to 1 the concatenation with `options.min` can round the value which provides incorrect result (looks like because of the float number operation). Example: ``` const...

By documentation (https://docs.strongloop.com/display/public/LB/Where+filter), loopback doesn't have 'nor' operator. I think, the 'nor' operator should be changed on 'neq'. It will more conform to loopback api