Michiel de Jong
Michiel de Jong
See also https://github.com/solid/solid-auth-client/issues/79 and https://github.com/solid/profile-viewer-tutorial/issues/4
added this to the agenda for https://www.w3.org/community/solid/wiki/Meetings#20190523_1600CEST
apart from global vs topic inboxes, we discussed message signing vs message linking, mentioning that when messages are processed server-side, it's potentially more efficient to check signatures than to follow...
i personally think that Solid apps will typically run in the browser, rather than behind server-side Kafka or RabbitMQ queues, and therefore I would prefer to use hyperlinks, instead of...
@Vinnl bump
Yeah, maybe somehow splitting it into two files would help. For instance https://github.com/remotestorage/remotestorage.js/blob/master/src/sync.js#L299-L860 could be split out to something like task.js as it deals with actually executing the tasks (561...
@silverbucket basically what it does is six things: - retrieving the remote version of relevant documents and folders - add all local and remote documents together into one tree -...
Sure, go ahead!
ok, https://github.com/remotestorage/remotestorage.js/pull/779 @silverbucket sorry i don't have enough time to do a real function-by-function documentation describing each parameter etc, but if you have any questions or need help with stuff,...
I added a second PR with more (stubs for) walk-through docs. There was already a long doc there describing all the complicated bits. Have you all read that? If not,...