Yaroslav

Results 14 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?

Please provide a sample to generate keys with **openssl**. I spent several hours/days to programming ssl on go. I use openssl for generate self-signed certificates. And all my tests not...

`case 'l': length = strtol(optarg, NULL, 0);` Function description: **long** int strtol (const char* str, char** endptr, int base); Signed conversion function for unsigned numbers. Really? Try the key "-l...

If we use mtd partition with size 2^32. Program not worked with message "Length ** + offset ** exceeds device size 0". This is not obvious. It is necessary to...

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...