jitchavan

Results 6 issues of jitchavan

i am trying to add fixed height width image validation in image crud class but not succeded in it. tried below but not worked. image not uploaded but database entry...

Hi we are looking for same functionality in react component. do you have any plan soon to do it in react. Thanks.

` db.getCollection('result').find({ Id: 'k3h5kj34h53k4j54667gfh' }).explain("executionStats")` If we run above query in Robomongo it is taking 0.13-0.16 sec if we run this query with seneca list$ it is taking 1260 ms...

enhancement

Is there any way to update multiple documents from senecajs mongodb module. ``` entity.save$(function (err, entity) { ... }) entity.load$({id: ...}, function (err, entity) { ... }) entity.list$({property: ...}, function...

we are getting window is not defined error as below. `ReferenceError: window is not defined at new Provider (webpack:///./src/provider.js?:42:86) at Object. (/home/Demo-App/demo/tmp/webpack:/src/routes/requireAuthentication.js:10:20) at webpack_require (/home/Demo-App/demo/tmp/webpack:/webpack/bootstrap 4f5669005e928a572010:19:1) at Object.exports.__esModule (/home/Demo-App/demo/tmp/webpack:/src/routes.js:15:1) at...

Currently password credentials grant type required client id and client secret. can we skip this in password grant type flow as it is not required in our case? ``` curl...