Taiga Nakayama

Results 24 comments of Taiga Nakayama

Although considering security and risk is important, but please imagine that there are so many customers that can't serve multiple-language pages. I really need the function.

Thank you for the suggestion. I don't know whether the options are suitable for my case, anyway, I look into it. Thank you.

I don't think this is a bug but I would like to specify a parameter like `deep`.

memo ``` thread 'tokio-runtime-worker-11' panicked at 'assertion failed: `(left == right)` left: `0`, right: `2`', crates/ilp-node/tests/three_nodes.rs:221:33 stack backtrace: ```

Err: () ... 😭 https://circleci.com/gh/interledger-rs/interledger-rs/2720 ``` ---- two_nodes_btp stdout ---- Error executing tests: () thread 'two_nodes_btp' panicked at 'called `Result::unwrap()` on an `Err` value: ()', src/libcore/result.rs:1084:5 ```

Ahhhh I see but it seems strange enough to take about 30secs to send a payment even if it should retry then. I'm wondering why. ``` [INFO warp::filters::log] 127.0.0.1:39062 "POST...

Yes, I'm closing. I'm wondering whether the `three_nodes` test is failing because of the same reason. Let's see if it is solved as well. I'll open another issue if that...

I'm reopening this, I'm not sure what is the cause but it is failing again. https://circleci.com/gh/interledger-rs/interledger-rs/3562?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link error detail ``` running 1 test 2019-11-12T03:01:09.827626867+00:00 DEBUG interledger-node: Starting Interledger node with ILP...

### The Cause The reason was that `RedisStore::insert_account` was not **fully** atomic. The code to reproduce the bug is here: https://github.com/interledger-rs/interledger-rs/commit/a3917726b12a31648c192d28c703ab5c1dce4d58 If the accounts of `alice_on_a` and `b_on_a` are being...