Yaroslav
Yaroslav
Hm. It's not working on latest Chrome Browser, but work in Firefox.
At the moment it does not work at all. Neither Firefox nor Chrome
 
for Chrome: (index):357 clang-format init: Downloading clang-format.wasm (index):357 clang init: Downloading clang.wasm (index):357 runtime init: Downloading runtime.wasm process-manager.js:88 GET https://tbfleming.github.io/cib/clang-format.wasm 0 () start @ process-manager.js:88 (anonymous) @ (index):422 (index):357 clang-format...
firefox: clang-format init: Downloading clang-format.wasm cib:357:17 clang init: Downloading clang.wasm cib:357:17 runtime init: Downloading runtime.wasm cib:357:17 clang-format error: NetworkError when attempting to fetch resource. cib:357:17 clang error: NetworkError when attempting...
Ok. Thanks. It is a "uBlock origin" plugin for Chrome/Firefox. Perhaps it's worth adding advice to the user on the web page if it was not possible to download the...
I have comments: 1. Is this documented in your library? 2. What about the reverse transformation? std::string -> "Key" object? 3. This does not work in general. Imagine that there...
Updated Order format - file **orders.go** type Order struct { Uuid *string `json:"Uuid"` OrderUuid string `json:"OrderUuid"` Exchange string `json:"Exchange"` OrderType string `json:"OrderType"` Limit decimal.Decimal `json:"Limit"` Quantity decimal.Decimal `json:"Quantity"` QuantityRemaining decimal.Decimal...
create pull request
[TestChannel.cpp.txt](https://github.com/chriskohlhoff/asio/files/7762600/TestChannel.cpp.txt)  Sample program not compile on VS 2013.