Oleksandr Koval

Results 17 issues of Oleksandr Koval

beast version: 181 compiler: VS2017 15.8.8 Got an error when used async_read_header() like this: ```c++ #include #include void main() { namespace http = boost::beast::http; using tcp = boost::asio::ip::tcp; boost::asio::io_context ioc;...

Doc

### Brief Issue Summary IntelliSense starts to complain about all standard things when I'm using `target_precompile_headers()`, e.g. `std::size_t: "namespace "std" has no member "size_t""`. The project itself builds just fine....

Feature: cpptools integration

Hi, consider this code ```cpp struct S{ int c; int b; int a; }; S s; ``` When I type `s.` I see a list of members in a strange...

enhancement

It would be nice to have counter badge on each panel (and sub-panel) for issues and PRs. I don't know if you load them all at once or in a...

feature-request

Hi, in [Euronext MDG schema](https://connect2.euronext.com/sites/default/files/it-documentation/mdg_binary_sbe_input_316.xml) there are bitset (``) and enum (``) fields marked as `optional`, is it legal? My understanding is that `field` with a non-built-in encoding always inherits...

1. https://github.com/FIXTradingCommunity/fix-simple-binary-encoding/blob/master/v1-0-STANDARD/doc/02FieldEncoding.md#general-1 says that > `nullValue` is mutually exclusive with `presence = required/constant`. > `presence=requires` is mutually exclusive with `nullValue` My understanding of that phrase is that having a `nullValue`...

question

Extension mechanism is based on required `blockLength` and optional `numGroups` and `numVarDataFields`. The latter two tell how many groups/var-data fields we have but they tell nothing about their dimension types...

documentation

Currently, `offset` and `message.blockLength` are specified as `unsignedInt` (32-bit) while `type.length` is `nonNegativeInteger` which is by spec "unbounded" which I guess can be treated as "at least 64-bit". In this...

documentation

[Here](https://github.com/FIXTradingCommunity/fix-simple-binary-encoding/blob/master/v1-0-STANDARD/doc/02FieldEncoding.md#variable-length-string-encoding), it says: > On the wire, length immediately precedes the data. Which is 100% logical and correct. What bothers me is the next part [Encoding specification](https://github.com/FIXTradingCommunity/fix-simple-binary-encoding/blob/master/v1-0-STANDARD/doc/02FieldEncoding.md#encoding-specifications-for-variable-length-string). It says: >...

My setup: Server: Ubuntu 20.04, xrdp 0.9.12 installed via [this script](https://c-nergy.be/blog/?p=15978) Client: OS X Big Sur, Miscrosoft Remote Desktop. Display: 13' Retina, 2560x1600. Hi, I tried to use xrdp with...

performance