Vincent
Vincent
@michielbdejong That link is not to a document?
Ah, of course :)
Thanks for reporting this @Mrfiregem, and for sharing the error message - that helps in determining what's going on. I think this is actually the same as #636, and happens...
I have no idea what this is about and am not familiar with the handbook @chnliquan, so I'm not sure why you tagged me...
> with options including a parameter overwrite: boolean set to true by default (to be consistent with the default behaviour of unstable_overwriteFile that would be replaced by unstable_saveFile). I'd set...
solid-client doesn't currently support creating blank nodes - you're not using a documented API to add them to a Thing, I think?
Ah! Yeah, that API is available but not documented because it has caveats like this. (Btw, I should note that I no longer work at Inrupt nor on this library,...
solid-client already sends PATCH requests when you build on top of a previously fetched SolidDataset. So if you first fetch the SolidDataset that contains the group, then add people to...
@Otto-AA Yes, that's why I said "when you build on top of a previously fetched SolidDataset". You are creating a new SolidDataset every time (`createSolidDataset()`), so solid-client will attempt to...
Ah yes, if you want to append without read access, that would indeed need an addition to the API, e.g. something like `saveSolidDatasetAt("https://example.com", { forceAppend: true })`. (Also note that...