Michiel de Jong
Michiel de Jong
When I send money from admin to the connector account, I see this in the log: ``` 2017-02-20T10:45:55.625Z ilp-plugin-bells:translate debug notify transfer prepared https://ilp-kit.michielbdejong.com/ledger/transfers/85f47e2f-83d0-4fe6-b3d2-848f08b56e43 2017-02-20T10:45:55.658Z connector:payments debug cannot process transfer...
I tried running this as per the readme, but noticed that in order to interact with any [connectors on the interledger](https://connector.land), I need to run version 13 of ilp-connector. Nobody...
Looking at the code and at https://github.com/sharafian/moneyd#quick-start, it seems that if you don't explicitly configure a parent, this will connect to client.scyl.la, right? Worth explaining in the readme probably?
See https://github.com/solid/specification/issues/38#issuecomment-533620828
```sh loopy:tosdr michiel$ git clone [email protected]:tosdr/tosdr.org Cloning into 'tosdr.org'... remote: Enumerating objects: 213, done. remote: Counting objects: 100% (213/213), done. remote: Compressing objects: 100% (118/118), done. remote: Total 86757 (delta...
Whenever doing a write operation, it's important to know the resource wasn't changed by another client since we last saw it. This can be assured by sending an `If-Match` header...
* [x] tests/unit/blank-node-test.js * [ ] tests/unit/fetcher-egp-test.js * [ ] tests/unit/fetcher-test.js * [ ] tests/unit/formula-test.js * [ ] tests/unit/indexed-formula-test.js * [ ] tests/unit/literal-test.js * [x] tests/unit/named-node-test.js * [ ] tests/unit/namespace-test.js...
In order to maximise impact of code-cleanup, I want to find out which areas of the code base are "core" and which areas areas are more expendable (i.e. it would...
https://solidproject.org/users/get-a-pod has a link to https://solidproject.org/self-hosting which is handled by the 'overview' post. But that post combines an overview paragraph with the CSS-specific instructions in one page, which is confusing....