-
http://www.aclweb.org/anthology/N15-1145
-
I'm trying to run more advanced examples but got some errors.
The fast test works without any problem:
```
$ python3 ilpexp.py FAST_TEST
Running trains1__popper
trains1__popper completed in 0…
-
I'm trying to run moneyd
```
moneyd xrp:configure --testnet
XRP secret (master or regular key) (optional):
acquiring testnet account...
got testnet address "rs7pP4hDP9PeDHvzc9XX2us2ekC9xYEtmX"
…
-
Playing around with sparse / variable loop length codes, and came across this one
```
import loopy as lp
import numpy as np
lp.set_caching_enabled(False)
k = lp.make_kernel([
"{ [i] : 0
-
Hi, I wanted to give this a try but I'm getting this error with node.js v9.3.0 and v8.7.0. Any idea?
```sh
/ilp-curl/node_modules/long/dist/long.js:271
throw Error('interior hyphen');…
-
We should extract everything related to spring-security auth for ILP-over-HTTP into its own project that lives inside of `interledger4j` because this code is used in any use-case that does ILP over HT…
-
> Go into a clean directory and run npm install ilp-node@3.4.1
Is that necessary if people are going through every tutorial?
> from two local BTP accounts to two BTP accounts at the hosted 'Amun…
-
- For few boundaries it shows no data : (Not sure if actually we do not have data) http://dev.ilp.org.in:3001/reports/demographics/electedrep/english/24/
- Previous selection does not clear and cau…
-
I am trying to use stream money between XRP and Eth using Kavalabs Switch ILP Sdk, but unfortunately I am not able to do the same and please find the code and error logs below, Ideally the anticipate…
-
### Problem
Cargo errors with an incorrect error message if a crate takes a dependency on a pre-release version with a lower patch number than the patch number of the relevant beta. For example, if v…