Vasyl Boroviak

Results 25 issues of Vasyl Boroviak

This plugin uses `critical` v0.8.4. It has 24 known vulnerabilities. Any chance we can bump to the latest v1.3.3? @jeffbcross

This is the code which adds indexes: ``` JS exports.addIndex = function(keyPath, fields) { fields = _.isArray(fields) ? fields : [fields]; var tr = transaction(); for(var i=0; i __meta ->...

The hook must be one of the options passed to the factory functions. The following should work: ``` js import mixer from 'supermixer'; const mix = mixer({ onOverwrite: console.log });...

The following are utility stamp good to have implemented. - [ ] `selfAware` - the `.getStamp()` on object instances. - [ ] `ctor`/`instanceOf` - add `constructor` propertiy for `instanceof` operator...

enhancement
help wanted