Michiel de Jong
Michiel de Jong
reading back now also works
I'm trying this out in https://github.com/remotestorage/myfavoritedrinks/pull/15
There seems to be a bug related to folder listing. Storing 'beer' as my favorite drink works, but then it repeats `GET 'https://michielbdejong.solidcommunity.net/myfavoritedrinks/' -H 'accept: text/turtle'` in a loop and...
I found a bug in this PR. The [code that produces folder item maps is not including ETags](https://github.com/remotestorage/remotestorage.js/pull/1319/files#diff-b1b9610359353737974ba5b317cda87b35b4c66bbe0019adde2e0c08a10fa3c1R414) (lines 414 and 419 of src/solid.ts) But [sync considers an items map...
@DougReeder > Is there an example of this running in a real app? That was a good question! With a few changes I made, it's working in https://github.com/remotestorage/myfavoritedrinks/pull/15 now. So...
I'll get back to this in May in preparation for https://www.localfirstconf.com/ where I can hopefully give a presentation about it I also mentioned it in https://www.youtube.com/watch?v=i66WxqUz0u8&t=1990s with a shout-out to...
@galfert and I both have quite a good understanding of how it works, we made some changes to it a few times. IIRC it was originally implemented by @galfert and...
I'll answer @silverbucket's questions first - The important thing to know about cachinglayer.js is that it's called in a funny way. It defines a bunch of methods and then in...
that's probably on localStorage, your app was probably already over quota beforehand?