Dmytro Ovdiienko
Dmytro Ovdiienko
There is a `--prefixStrip` key to strip the prefix from function name. Would be great to have similar key to strip the prefix from enums and structs. For example for...
Cannot generate the bindings for macros. ### The header file ```c #define API_VERSION 0x0001 ``` ### The RSP file ```txt --file test.h --output test.cs --namespace Test.PInvoke --language c --methodClassName API...
In case if I add `--config generate-helper-types` key to the command line, I get an exception: ``` Unhandled exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation....
Looks like there is an invalid character (copyright) in the [sbe-2.0rc3.xsd ](https://github.com/FIXTradingCommunity/fix-simple-binary-encoding/blob/20df0aa1016133949b469d9976ff1ff07ad3e30c/v2-0-RC3/resources/xsd/sbe-2.0rc3.xsd#L8) file. Both `Visual Studio` and `XML (Red Hat) VS Studio Code plugin` application complain. I think `©` should...
I have a problem using the Visual Studio for CME iLink3 SBE schema editing. After I've added `semanticAttributes` to the `simpleDataType`, `memberDataType` and `compositeDataType` elements, the VS started to complain...
### Far Manager version 3.0.6060.0 ### OS version 10.0.19045.2604 ### Other software _No response_ ### Steps to reproduce 1. Add FAR Manager home directory to PATH environment variable 2. Press...
Hello, `only_straight_on` restriction is not supported. Please check following route: https://maps.openrouteservice.org/directions?n1=50.157696&n2=25.30745&n3=17&a=50.157645,25.305556,50.157398,25.308088&b=0&c=0&k1=en-US&k2=km Thanks Dima
It seems `strand` is unable to move objects. Instead it copies it: boost v1.83.0 ```cpp #include #include using namespace std::placeholders; struct X { X() = default; X(X&&) = default; //...
 In the text snippet above it would be beneficial to have an example of what is "minimum alignment requirement". When I read that sentence for the first time I...
Because `__rdtsc` is not serializable CPU is free to reorder the execution of this instruction which could lead to wrong latency measurements results. Instead the serializable version `__rdtscp` should be...