Viacheslav H.
Viacheslav H.
**** **Is your feature request related to a problem? Please describe.** Unable to compile .fbs files from CMake when using FlatBuffers via vcpkg, as necessary convenience functions are in [BuildFlatBuffers.cmake](https://github.com/google/flatbuffers/blob/master/CMake/BuildFlatBuffers.cmake),...
Unable to compile .fbs files from CMake when using FlatBuffers via vcpkg, as necessary convenience functions are in [BuildFlatBuffers.cmake](https://github.com/google/flatbuffers/blob/master/CMake/BuildFlatBuffers.cmake), which isn't included to the port distribution. See [related issue](https://github.com/microsoft/vcpkg/issues/24484) for...
When I try to run the client, I am getting an error: ``` $ pychat_client.py 127.0.0.1 Connected to server Traceback (most recent call last): File "C:\Users\Admin\Desktop\pychat-master\pychat_client.py", line 24, in read_sockets,...
Не работает команда `/asw locale available`, пишет "_Error occured while scanning for available locales_". Пытаюсь поставить перевод командой `/asw locale load ru` - не находит. Ничего в файле плагина не...
### This pull request... - [ ] Fixes a bug - [ ] Introduces a new feature - [x] Improves an existing feature - [ ] Boosts code quality or...
This commit introduces an ability to install the library in any way (at least among those that are known to me): install, `FetchContent`, `add_subdirectory`. Tests are moved into a separate...