A_A

Results 39 comments of A_A

@jminuscula How is it going? When the project is open for contributions, I could help a bit with the angular client.

I'm currently not actively contributing to solid projects. I only try to keep them working and helping other people getting on, if they have some trouble. So I won't do...

Doesn't the infinite loop protection setting prevent this? For me, when I run your code it stops the script after the first alert, because already one second has passed (so...

Are you still considering this? The solid integration part should be fairly simple. One call to a function for opening a login popup and then the user is logged (I...

Note: If we want it to make it interoperable with other apps we would likely need to upload the files separately and probably have some standard config file which others...

I mainly thought about using the pod as a file storage which can directly be accessed by apps. So for instance, the user could upload audio files, edit it with...

Ok thanks for your answers. I've created a PR to make it more clear which of these two interpretations is meant.

What do you mean with "[...] the domain example.com is not used anymore"? It is available since roughly 20 years and still can be used for demonstrating examples. To make...

Looking more at the spec ([here](https://solidproject.org/TR/protocol#n3-patch)), I've found this paragraph: > When ?conditions is non-empty, servers MUST treat the request as a [Read operation](https://solidproject.org/TR/protocol#read-operation). When ?insertions is non-empty, servers MUST...

Hi Vinnl, thanks for the fast response. From my testing, `saveSolidDatasetAt` requires WRITE permissions to the file (and APPEND does not suffice, even if only adding to the file). I've...