Michiel de Jong

Results 367 issues of Michiel de Jong

When a folder listing is fetched, and we become aware of items that exist remotely but not locally, the entry in `node.local.itemsMap` is set to `false`. This is good because...

bug
blocker

[this starter-kit bug](https://github.com/remotestorage/starter-kit/issues/21) looks like a problem with the library. It is easy to replicate, @silverbucket and I have both seen it happen. It looks like maybe there are conflicts...

bug

The not-connected event is fired from RemoteStorage.Authorize._rs_init, which is too early. It basically always fires, before you even have a chance to set the credentials. In any case, the event...

bug
docs
node.js

looks like https://github.com/remotestorage/remotestorage.js/blob/master/src/sync.js#L287 will lead to queued get requests not getting resolved. e.g., a request for `foo/bar.txt` goes to remote, and then a task for `foo/` is scheduled. simply deleting...

improvement

I can't find anywhere in the code that calls for `collectTasks(true)`. So that would mean `collectRefreshTasks` would never happen. The only reason sync tasks get executed is because of the...

bug

The feature loading seems very complicated. All we need is: - a global `remoteStorage` object, which can simply be created whenever `src/remotestorage.js` is evaluated (we don't really need `RemoteStorage` to...

improvement

I added 'Clarify that updates about a container only subscribe to direct members, not recursively (we could really go either way I think, but we should pick one)' to #179...

When you ask me, I'm sure that the following two statements are true about Solid, but if you ask me how do I know that, then I don't really have...

As part of the transition process to the 1.0 format, let's make a list of issues on which the spec is currently not saying anything, but we feel it should...

E.g. [here](https://github.com/solid/solid-spec/issues/162#issue-441190412) I think @RubenVerborgh 's wording: > This should likely not be in the core spec (especially since it is unclear what subset should be supported). Can be in...

question