Efim Bogdanovsky

Results 18 comments of Efim Bogdanovsky

Hey guys and gals, could you please confirm my findings. So I've looked into this briefly, and I believe I have traced this to `/lib/internal/webstreams/readablestream.js`. Now, I am not entirely...

@debadree25 I've been looking into this on and off and I may need a clarification. Could you please clarify it for me - whether in the code snippet below, -...

@debadree25 Thank you for your reply. As I was inspecting the code yesterday, I just found it somewhat odd - hence I had to clarify it with someone. Another odd...

@afshinm @mrleblanc101 Hey guys. I just wanted to point out, - this PR also fixes a related bug, wherein the anchor/button element had its `role="tab"` overriden with `role="button"`. https://github.com/usablica/intro.js/blob/v6.0.0/src/core/showElement.js#L79 https://github.com/usablica/intro.js/blob/v6.0.0/src/core/showElement.js#L87...

@rjrodger Will look into it. Thank you for the report.

@jeromevalentin Again, thank you for the report. You may pass the Mongo's native qualifiers via the `native$` property in a query, like so: ```javascript const products = seneca.make('products') products.list$({ native$:...

@rjrodger May this by chance be a duplicate of: https://github.com/senecajs/seneca-store-test/issues/67 ?

@rjrodger No, the call to `findOne` is not required. Both `findOneAndUpdate` and `findOneAndReplace` return the new/updated document if the option `returnOriginal: false` is passed to them.