Michiel de Jong
Michiel de Jong
I was able to reproduce this in latest master, with the snippet mentioned above. Investigating.
I also didn't understand @kidehen's point very well, by saying that we can choose what ?query stands for (which I think is true but orthogonal), are you saying you think...
cc @NSeydoux
See also further comments in that gitter conversation from @RubenVerborgh; in general, an app should not know where data lives. So the app would just retrieve each friend's name from...
Note that a (slightly more cryptic?) alternative to ```js friends.push(name.value); ``` there would be ```js friends.push(`${name}`); ``` which I think is why you don't see the `.value` being needed in...
Good point! Transferring this to the solid-panes repo, which is where we could fix this. See https://github.com/solid/solid-panes/blob/master/src/dashboard/preferencesFormText.ttl
Because of the `If-None-Match: *` header. This test passes for CSS and ESS, only NSS fails it.
https://github.com/solid/solid-crud-tests/commit/9788f7b6a4ea4d87e42c9579c3c6fe3b00976927
There's a cookie on your pod user.solidcommunity.net but also one on the IDP, solidcommunity.net root domain. Logout should clear both. But it's not clear what authority the pod UI app...
The thing to do (work-around) is to visit the IDP url https://solidcommunity.net, and logout/login there. After that, logging in to https://user.solidcommunity.net will present you with a username/password dialog