gemmell

Results 7 issues of gemmell

I'm using your library from typescript, I've installed it via npm and by default I can use quite a few definitions. But a lot of the inputs and outputs are...

help wanted

Unfortunately for typescript, it's type system is an afterthought of Javascript. And binance mostly reports it's numbers using strings in the JSON. So everywhere that a type has been declared...

This is all the changes I've made on my branch. In a nut shell, * added a bunch of parseFloats, probably didn't do all the places they are needed though...

If you attempt to buy something with a very low value using BTC, it will fail with a message like "Illegal characters found in parameter 'price'; legal range is '^([0-9]{1,20})(.[0-9]{1,20})?$'"....

This is the code to be able to subscribe to a bunch of symbols over a single stream. I have tried to adhere to your coding format as best I...

It would be great if Qt had this inbuilt, but it does not: If the main GUI thread is doing some task that is taking a long time, it should...

Feature Request

If I add $(QTILITIES_DIR)/include to my include path and then do: ```#include # include ``` I get `1>c:\tkbt\launch2.0.0\qtilities\src\coregui\source\IActionManager.h(15): fatal error C1083: Cannot open include file: 'ObserverData': No such file or...