hippylover

Results 23 comments of hippylover

For QueryExchangeState, is the solution really to get the orderbook from rest api and compare the colums? I suppose i need to do a QueryExchangeState and not just a rest...

Also this was the only way i managed to be notified of what QueryExchangeState spits out: connection.received += getOrderBooks #corehub.client.on('queryExchangeState', getOrderBooks) this doesnt work Any ideas?

I tried this: ``` $ gcc -O0 -fPIC -I /usr/include/python3.7m -L/usr/lib -lpython3.7m -lcrypt -lpthread -ldl -lutil -lm -o program program.c ld.lld: error: unknown -format value: elf64-x86-64 (supported formats: elf, default,...

I think this is going a bit above my paygrade... im primarily a python dev. I don't speak C and all i know of C++ is half of the tutorial...

Found some stuff that might be relevant: https://web.archive.org/web/20180926104719/http://general-purpose.io/2015/12/06/compiling-python-and-libpython-statically-using-musl-libc/ https://gist.github.com/maddouri/c4b97474f21fabc9ef61 These two show some configure flags etc to do it that should be relevant even if one doesn't use musl i...

Btw, if i want to use pyqt does that also have to be compiled with build-anywhere or can i avoid it? Maybe alpine linux is a help, they only build...

Well, seems like this will help: https://wiki.python.org/moin/BuildStatically. I will try it and report back. How's your progress? :D

I actually managed to make a portable no-dynamic libs python binary with included standard libs... I will outline the steps i took tomorrow when im not so tired. I have...

``` fmt.Println(app.Font().ToString()) // returns: Verdana,10,-1,5,50,0,0,0,0,0,Regular ``` The underlaying widget(in this example a button) changes size if i set another fontsize for example. But there's no text to be seen...

That's only for the qml bindings of qt.