Michiel de Jong

Results 460 comments of Michiel de Jong

I don't agree this would be easy, since getObject is itself asynchronous, you would have to put a lock/semaphore on the object. Introducing a new in memory structure that keeps...

Right, if you add a disclaimer that this function may result in conflict events, and you should only use it if you either 1) catch and resolve the conflict events,...

@jancborchardt I think what you're saying is that my proposal hides too much of the mechanics. but all current apps use displayWidget('remotestorage-connect'), so we can make that the default. Also,...

see also https://github.com/vcuculo/ghost-unhosted-webrtc/issues/5#issuecomment-12484745 for a real-world example

how about a setOption command. That's how CodeMirror does it, and i like it a lot. for us it would be something like: ``` js remoteStorage.setOption('widget', false);//default value: 'remotestorage-connect' remoteStorage.setOption('access',...

it would also actually make sense to me if it were ``` js remoteStorage.module.claimAccess('rw') ``` instead of ``` js remoteStorage.claimAccess({ module: 'rw' }) ``` since it is the module that...

Yeah, at this point it doesn't make much sense to change the API now that we've already been using it so long.

ok, i'll work something out. will also use Starbucks testing of this landing page as part whole flow, to see if a "virgin" user is able to land on e.g....

This issue is blocked by @skddc's website revamp (ETA: in two weeks).

it referred to https://github.com/remotestorage/remotestorage.js/blob/master/doc/data-format.md#keeprevert-conflict-resolution, sorry