Rafał Malinowski

Results 8 issues of Rafał Malinowski

Out of 4 values of ParseResultType, one is not used at all `ShortCircuitSame` and `ShortCircuitAll` is only possible for Options. I tried to add and Arg with `ShortCircuitAll` to be...

I had some special needs from one of my Arg parameter that I wanted to implement by inheriting from it and reimplementing parse method. It turned out to not work,...

I was trying to extract remainingTokens from InternalParseResult from failed parse, but I was not able to. It seems that remainingTokens are a pair of iterators that are no longer...

It lacks exceptions from make_type helper methods

If factories are configured in cycle (eg: to create f1 you need f2 factory, to create f2 you need f3 factory and to create f3 you need f1 factory) program...

enhancement

Path payment computation on horizon uses rounding down: > it uses truncating division at the moment: > https://github.com/stellar/go/blob/master/services/horizon/internal/simplepath/order_book.go#L113 > > The pricing mechanism for a single path element can be...

I was unable to init horizon db with --db-url parameter: /horizon db init --db-url="postgres://localhost/horizon" Error: unknown flag: --db-url Run 'horizon help' for usage.