sjanel

Results 21 issues of sjanel

All is in the title. `std::setw` and other `iomanip` operations are not supported with `operator

- Make `folly::fbstring` support constructors and other methods work with `std::string_view` (similar to `std::string`) - Updated the unit test accordingly. - Changed `ssize_t` to `intmax_t` as it is a POSIX...

CLA Signed

Hello, I stambled accross this clang-tidy warning in my project and investigated further, `it` being a `json::const_iterator`: ``` the parameter 'it' is copied for each invocation but only used as...

Addition of an observe method from generic input iterator, with a new unit test.

If the json library supports `std::string_view`, allow `jwt-cpp` take builder parameters as `std::string_view` and algorithm constructors as well. Also small optimizations in some methods of `jwt.h` to make sure only...

Simple PR to allow configuration of `maxSurge` and `maxUnavailable` field of gateway pods.

# Content Ability to export market data (order books and last public trades) to disk in protobuf format. Ability to read exported market data on disk per time window chunks.

enhancement

When you launch a command with all exchanges, if you do not have a private key set up for it, it will throw an exception. The idea would be to...

enhancement

Could be a good idea to implement a general sell-all (all coins) with only optional list of exchanges as argument. Based on list of preferred payment currencies, `coincenter` is able...

enhancement

Currently the logs don't always specify which exchange they are related to. It's sometimes difficult to understand what's happening especially with the coming support of parallel requests. What about adding...

enhancement