Patrick O'Reilly

Results 17 comments of Patrick O'Reilly

This does actually appear to be a real issue. It fails to match on >= 5 character strings.

:-1: Why @AnonymousWorld are you trying to add this?

@k06a do you want to help me work on a fix?

Thanks @k06a I'll start to think how best to make this patch. I'll ping you if I have any questions, if that's okay.

@ChrisCalderon I've fixed this also in my fork: https://github.com/preillyme/Shallot/commit/20d72dc541160f9b38d61c03552aa6a3c620d15d

@ChrisCalderon I'm trying to start working on this project. As it's interesting to me. I want to try adding GPU support.

Yeah @ChrisCalderon — I've looked at https://github.com/lachesis/scallion but I want to try it with this project instead of using MONO.

This is fixed in: https://github.com/yllierop/blackbird as well.

I'm still seeing the following issue: ``` WARNING: OKCoin bid is null WARNING: OKCoin ask is null ```

I can confirm that this fixes: ``` In file included from /Users/poreilly/code/blackbird/src/exchanges/exmo.cpp:7: /Users/poreilly/code/blackbird/src/utils/hmac_sha512.hpp:11:12: error: variable has incomplete type 'HMAC_CTX' (aka 'hmac_ctx_st') HMAC_CTX ctx; ^ /usr/local/Cellar/[email protected]/1.1.1h/include/openssl/ossl_typ.h:102:16: note: forward declaration of 'hmac_ctx_st'...