Michiel de Jong
Michiel de Jong
See also https://github.com/solid/specification/issues/52#issuecomment-682491952
It's user.link, unrelated to owl and to cors. https://github.com/solid/node-solid-server/blob/main/lib/models/authenticator.js#L147
Great stuff! I'll review https://github.com/solid/solid-ui/pull/206 first and then this one.
Travis reports errors: https://travis-ci.org/github/solid/solid-panes/jobs/667196157#L1546-L1556 ERROR in /home/travis/build/solid/solid-panes/src/pad/padPane.ts ERROR in /home/travis/build/solid/solid-panes/src/pad/padPane.ts(207,21): TS2339: Property 'webOperation' does not exist on type 'Fetcher'. ERROR in /home/travis/build/solid/solid-panes/src/pad/padPane.ts ERROR in /home/travis/build/solid/solid-panes/src/pad/padPane.ts(530,9): TS2540: Cannot assign to 'style'...
https://github.com/solid/solid-panes/pull/225/files still shows 4 files changed
Error on main welcome page: ``` Uncaught ReferenceError: solidClientAuthentication is not defined at auth-buttons.js:82 ``` That's in https://github.com/solid/node-solid-server/blob/use-solid-auth-fetcher/common/js/auth-buttons.js#L82
Thanks for digging into this! I recently did a big dependency update of the mashlib stack but didn't drill down into solid-auth-client. Sounds like I should have, so I made...
Or how about a browser extension that stores data in its own storage? Would love to brainstorm about this!
Thanks for reporting this! Can you open your browser's developer console, right-click the PUT or GET which was successful but shouldn't have been, select 'Copy > as Curl' and either...
Thanks! I'm running the command against inrupt.net but the request takes a long time to complete. When I try the same request against a local NSS instance (changing andydavison.inrupt.net to...