Vincent den Boer

Results 16 issues of Vincent den Boer

By using the `db` parameter passed in by Dexie when constructing a new instance, every time a new instance is created, the `collection` method works only on the latest DB....

View it here, rather than in the diff: https://github.com/WorldBrain/Memex/blob/docs/memex-dev-guide/docs/Coding-Guidelines.md First todos: - [ ] Links to TDD examples - [x] Integrate link to Bob Martin video in nice way -...

This is a test case from some real-world tests. This quote won't anchor, and therefore we fall back to the range package, which most of the time doesn't anchor correctly....

To make initial data sync between two devices possible using `storex-sync`, and to enable other real-time use cases between two devices in the future, we need some mechanism to pass...

**Motivation:** What kind of database you use and where it lives should be an implementation detail to be decided upon at the right time. BaaS services like Firebase requires lots...

enhancement
good first issue

For situations where we want to host data on multiple sources, we need to be able to sync database changes around. This involves: 1) Recording changes made to the database...

**Motivation:** When fetching stuff from storage, we often want to fetch related objects. By doing this in one call, we do not only gain convenience, but give some backends the...

enhancement
good first issue

This issue serves as preparation to implement: https://www.notion.so/worldbrain/StorexHub-Interface-3a6024e9538e404ab4df41771302de3f A rough first draft of the tasks involved (to be edited and estimated as the discussion evolves) Base: - Implement standard plugin...