Ahtі Lеgοnκov

Results 7 issues of Ahtі Lеgοnκov

When editing an existing file that I don't have permissions to write to, on save Far prompts me to elevate to administrator in order to save the file. After elevating...

Hey, could you add a new translation? Language: Estonian Short code: et Local Name: Eesti

Given this code: ```c++ #include static int s1; static int s2; std::pair fun() { return std::make_pair(s1, s2); } ``` The output is ```c++ #include static int s1; static int s2;...

bug

Input: ```c++ int a,b,c; ``` Output: ```c++ int c; ``` Expecting to see all variable declarations in the output.

bug

Fix compile errors in Wire and UART. - added namespace qualifications where necessary - fixed conflicting return types in overrides - removed requestFrom overloads that don't add value and make...

bug

This enables building rpclib with C++17 and with C++20. but drops support for C++11, as this version of googletest does not support it. The files are not fused because googletest...

Upgrading Asio to 1.29.0, the latest as of now. Changes in the dependency can be reproduced using the following script: ```bash # TODO: set your path to rpclib, or start...