Tristan Bourvon

Results 11 comments of Tristan Bourvon

I'm pretty interested in contributing to the GDAX API as well. In fact I implemented a PoC with the ticker request yesterday as well, before seeing the comments here. Is...

Happy new year to all of you! @hugues31 the error with version 2.3 is normal, since this OpenAPI file uses the 3.0.0 specification. As for the other error, it's one...

@crackcomm Will be coming soon, but it's a much bigger piece, and I'm not on holidays anymore.

My opinion on this issue is that it would be best to use the same Core structure for every exchange: the main module should dispatch it to each exchange API....

(note that this architecture lets users choose between Futures and Results: they can call a generic API to manipulate futures themselves, or they can use the functions exposed in the...

I agree, since the OpenAPI codegen generates async code, it wouldn't be wise to try to convert the current exchange code to async. We should probably focus on the boilerplate...

You should probably clone the `release_40` branches for all the `git clone` as this is the version the static analysis is based on.

Second suggestion: we should probably use `make -j` instead of make.

Third suggestion: the libcxx step is only for Mac and I think it should't be used for these containers, sorry about that.

Not sure if this answer is entirely relevant (as I use it, `expr` does not use `res`, and I'm not certain it would work if that were the case), but...