mw66

Results 291 comments of mw66

Sorry about that, after I move `cpp.dpp` to `cpp.h`, and create new `cpp.dpp`: ``` $ cat cpp.dpp #include "cpp.h" ``` the output is: ``` class PriceBarI { private: public: pragma(mangle,...

how to programmatically get the retirement account number?

@abhmul Can you show some code snippets on how to "send requests with the account number in the payload", e.g. when placing an order? Thanks?

BTW, I think we only need to support 3 basic types: -- string // already there -- bool -- int

TODO? if you have a working build, shouldn't it take just 2 minutes?

Does this fork really keep replay memory in GPU? I tried the latest version, but my GPU usage: $ nvidia-smi Sun Jul 17 15:27:18 2016 +------------------------------------------------------+ | NVIDIA-SMI 352.93 Driver...

I just found the work around how to make the pyd call: ``` auto h = c.__hash__()(); ``` I think here we should use the python convention: ``` c.__hash__; //...

OK, I added the work-around, so new user can follow the example to make the call.

@ariovistus: I'm a git idiot, I tried to add python39 support (which I have been used for a year without problem on my local machine), but I messed up my...

I tried to add in mymodule.py, it seems working. But I think this info should be added to the pyd doc README.md