Ansgar Grunseid

Results 110 comments of Ansgar Grunseid

ya. we'll likely have to build two targets, a la * https://levelup.gitconnected.com/how-to-bundle-your-library-for-both-nodejs-and-browser-with-webpack-3584ec8197eb but @Felipe-martins1 and @martinschayna as we walk down this path together, help me understand: how/why is immortaldb being...

> The reason in my case is unit testing in mocha, which is running in node. makes sense. thank you for sharing! from my limited knowledge of webpack, and going...

Hey! The problem with a synchronous API is that not all the datastores underlying ImmortalDB offer synchronous APIs. Like IndexedDB: ``` Operations performed using IndexedDB are done asynchronously, so as...

I'm afraid I don't understand exactly what you mean. Do you want the ability to set an `expires` date for a key? E.g. ```javascript import { IronDB } from 'iron-db'...

ImmortalDB currently doesn't support expires metadata. That would be a useful feature, though. I'll add it shortly. Or, conversely, pull requests welcome. The right API for this is an additional,...

> When I implement it for our store (sometime next week), if I think it's > applicable to ImmortalDB I may submit a pull request. @alienriver49 Quick follow-up here: is...

@nainardev Can you submit a PR for this?

Don't worry about messing with a large project! If JSDoc helps you, look at it as an opportunity to help others, too

Wonderful suggestion. A sentinel value should be used instead of `undefined`.

https://github.com/gruns/ImmortalDB/issues/37