Roman
Roman
@achingbrain The question about ESM is interesting. I don't have much experience with tree-shaking optimizations. Different projects use different approaches. Can we keep both CJS and ESM without breaking dependent...
@LGmatrix13 Thanks, it looks promising. I still get my head around the idea of having ESM module exports. Not sure, what's the best practice here. Should it be provided with...
@achingbrain Thank you for your valuable input. I think, it is better to go clean ESM since Node.js natively supports it. I've prepared a PR with refactoring. Could you double...
@djMax Could you tell more about your concern on ESM?
@djMax Hi, thank you for sharing the link. Since ESM is now natively supported by Node.js should we all use ESM and abandon CJS?
@jaredhanson Let's remove test for nodejs v0.4 The mistake from TravisCI: `The command "npm config set spin false" failed and exited with 127 during.` Other two tests were completed successfully....
@jeremykentbgross I improved the description based on your feedback. Could you check if it is clear now? Thank you!
@jeremykentbgross Hi, thank you for sharing your thoughts. `inMemoryBlockOnConsumed` was added to avoid unnecessary and potentially malicious upsert requests to databases. It is quite expensive call when value should be...
Closing this one for now. Feel free to re-open if you have more questions.
@jeremykentbgross That's right.