Carsten Otto

Results 198 comments of Carsten Otto

Same for the "Giving up after 6 failed attempts to compute route" message.

This is related to #38. The information shown to the user is provided via `PaymentStatus`, whereas the actual payment loop uses `PaymentInformation` in `MultiPathPaymentObserver`. Non-final errors, including the common "temporary...

In my case I'm typing the command without completion, then add the prefix of the value before pressing TAB: `someCommand val` With the old version this changes to `someCommand value`...

In your example it would be `complete sample4 E`, which should show the three possible values (or complete if only one option fits).

1. Verifies that the actual map contains the given keys and nothing else, in any order. 2. Verifies that the actual map contains exactly the given keys, in any order....

I totally get what the code is doing, and in fact it is doing what I need. I just don't like the name and the documentation, as they don't match...