Vincent den Boer

Results 9 comments of Vincent den Boer

That'd take a bit more time, but I'll see if I can find it soon-ish :)

@poltak I've talked with @paras7735 today, and I saw PouchDB is currently being used as the back-end. Also, his branch currently integrates with the old search index, and we hope...

This is indeed important to get right and difficult to get right automatically. There was already a fix contributed that made things more readable, but the problem is that we...

Just as a heads up, `webNavigation` will probably be used in upcoming sprint to view shared annotations directly in a page. This would require us to be able to detect...

@poltak I've just added some React-specific guidelines: https://github.com/WorldBrain/Memex/blob/docs/memex-dev-guide/docs/Coding-Guidelines.md#react-specfic-guidelines Don't know yet about state being passed down, because that's preferable to other solutions. But, I could be wrong and you have...

> what's the issue here exactly? I don't know, just found it in your list on Notion: https://www.notion.so/worldbrain/Creating-UI-guidelines-4ea4053b39854e3699f9ee2e3a7842f5#04d3829969b2425985f62aa4c08c6ea6

And thanks for the contributions! Should really enable spellcheck in my text editor :P

This ended up becoming two packages using GraphQL as the transport layer, which still need to be documented: https://github.com/WorldBrain/storex-graphql-schema https://github.com/WorldBrain/storex-graphql-client What still needs to be done is accounting for user...

Sorry for my late reply here. Good to decide on the return types. Everything OK for adding the separate PK field for the createObject operation. However, I'd like the `count`...