Adam Walczak

Results 51 comments of Adam Walczak

why is this not merged? is this project still maintained?

ok, I understand why you don't want to add new features however I think that supporting JDK version newer then 8 is quite essential and a good candidate for a...

@dantheman213 if @FibreFoX agrees to do one more release could you modify this PR to apply my suggestion from above?

@DJViking wasn't aware of that, ignore my last comment then

@RobWin to handle my use case I would need something more then a predicate - I'm thinking more of an `Function` as shown in the example

in `ForceOpenChecksResult` one would pass if a force open is needed and optionally until which point in time should it be opened

@RobWin yes, I have read all your suggestions and I agree with them, I just didn't have the time to start working on this - maybe I'll find some on...

@RobWin finally found some time to implement this, pls take a look at my draft PR

please read this to see how to implement rate limiting: https://github.com/knowm/XChange/wiki/Implementing-resiliency-features

changing our API to make jackson serialization work? you can use @JsonIgnore on getUserTrades you can also write you own deserializer also add an unit test if you want protect...