Yaroslav

Results 11 issues of Yaroslav

I open https://tbfleming.github.io/cib/ But I see that "Preparing clang...", "Preparing runtime..". Buttons disabled. And "Failed to fetch" messages.

Hello. Maybe I didn't read the documentation carefully, but I didn't see an opportunity to serialize the following entity: std :: map ; where struct Key {...}; struct Value {...};...

Hi. The official documentation speaks of a single Order format. At the moment, it is a hybrid of the types Order and Order2. string representaion: `{"Uuid":null,"OrderUuid":"8cb2a74d-9c3a-45aa-b63e-6f3622cdbebf","Exchange":"USD-BTC","OrderType":"LIMIT_SELL","Quantity":0.00937300,"QuantityRemaining":0.00937300,"Limit":10700.00000000,"CommissionPaid":0.00000000,"Price":0.00000000,"PricePerUnit":null,"Opened":"2019-08-21T14:21:36.99","Closed":null,"CancelInitiated":false,"ImmediateOrCancel":false,"IsConditional":false,"Condition":"NONE","ConditionTarget":null}` It would be nice...

Hello. I took a look at the documentation for boost 1.78 / asio. I was interested in the channels. If I understand correctly the current implementation is using C++20 and...

Hi. I create some applications with Electron. Now I have a problem with "Leaflet.contextmenu". I'ts not working. I began investigating and found a bug place: ` (function(factory) { // Packaging/modules...

Where I can download source code of freeswitch?

ffmpeg.exe -codecs | wsl grep gsm ffmpeg version n5.1.3-10-g33ed503e59-20230529 Copyright (c) 2000-2022 the FFmpeg developers built with gcc 12.2.0 (crosstool-NG 1.25.0.152_89671bf) configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=i686-w64-mingw32- --arch=i686 --target-os=mingw32 --enable-gpl --enable-version3...

Hello. The idea of using namespaces is certainly original, but it is not always convenient. In general, I load the page from somewhere and I do not want to set...

Hello. I want to make a filter for more beautiful text output. To do this, I need to collect a large amount of data, make beauty and output to std...

Hello. https://www.boost.org/doc/libs/1_69_0/libs/iostreams/doc/classes/zlib.html Example on the bottom page cannot be compiled. Similar problem as https://github.com/boostorg/iostreams/issues/79