Michiel de Jong
Michiel de Jong
~/gh/solid/solid-ui $ ./node_modules/.bin/eslint __mocks__/*.ts /Users/michiel/gh/solid/solid-ui/__mocks__/rdflib.ts 1:20 error Multiple spaces found before '{' no-multi-spaces 18:4 error Trailing spaces not allowed no-trailing-spaces 19:2 error Trailing spaces not allowed no-trailing-spaces 24:19 error Missing...
I wasn't sure whether to create this issue on this repo or on the WAC repo, but this is a suggestion that came up during the 'acl:trustedApp' session of the...
From a gitter discussion, should we eventually investigate/pursue implementing something like https://auth0.com/docs/flows/concepts/client-credentials on our pod servers, or is it enough to just say bots should instruct their users to 'give...
Moved from https://github.com/solid/web-access-control-spec/issues/52
See e.g. https://github.com/solid/node-solid-server/pull/1187/files#diff-47999c1696636f2936bc78de7bf3147fR141 instead of putting redirect_uri in the URL query param which would be the standard OIDC thing to do
If you visit https://ilp-kit.michielbdejong.com/ and then open https://ilp-kit.michielbdejong.com/api/config in your browser, you will see a 'Not found' page. But if you load https://ilp-kit.michielbdejong.com/ in a private browsing tab, you see...
From https://github.com/interledger/interledger.github.io/issues/72#issuecomment-348434663: > both red and blue demo's keep giving the validate email info message, although already passed; > > `An email has been sent to [email protected]. Please follow the...
if you want to deploy to Heroku now, use this link: https://dashboard.heroku.com/new?button-url=https%3A%2F%2Fgithub.com%2Finterledgerjs%2Filp-kit&template=https%3A%2F%2Fgithub.com%2Finterledgerjs%2Filp-kit%2Ftree%2Fmaster (notice 'master' instead of 'release' at the end of that URL). It will be fixed again when we...
Peers are only added at startup or when the admin opens the peers list. If a peer is temporarily down, it should try to connect to it periodically, so that...
When two ilp-kits peer, they have to agree on a trustline balance. This is an inconvenience which is currently solve manually by the two admins. We need to find an...