Vincent den Boer

Results 24 comments of Vincent den Boer

I think you're running into the issue that if you install any new package through `yarn`, the symlinks to the adjacent packages will get overwritten. You can confirm this by...

Thank you @bkniffler for your first comment from outside our small core development team! Very nice summary, thank you for the care you've put in :) I'll study the resources...

From @bluesun on Slack: > Hi Vincent, you are thinking in the right direction. The best article I ever read on this topic is: http://www.codecommit.com/blog/java/understanding-and-applying-operational-transformation > I cannot at the...

Reading the article, it reminds me a lot of: http://archagon.net/blog/2018/03/24/data-laced-with-history/ Because the Memex data model is quite simple so far, I think we can make some shortcuts to make the...

After thinking about this some more, I've decided on an architecture to plan out. Since our data model is quite simple, and we're not dealing yet which unstructured data transforming...

Work started here: https://github.com/WorldBrain/storex-sync/

Good ideas! Would be pretty easy to implement a middleware for a write lock (have to think about the possibility of deadlocks, but none come to mind quickly.)

Depending on the scope and budget, I'd say some things we can implement in a later phase are: * Plugin discovery (required for 'Featured plugins') * Plugin updates Also, we'd...

> Yes and every time they would open it via the icon on desktop (not tray) OK, that also requires us to dive into how shortcuts work to execute the...

As for the systray, this looks promising: https://www.npmjs.com/package/systray Only consideration is how to bundle it. May be just copying another binary into the distribution.