Arsen

Results 14 issues of Arsen

## What type of PR is this? (check all applicable) - [X] 🚀 Added Name - [ ] ✨ Feature - [ ] ✅ Joined Community - [ ] 🌟...

In the documentation, for the manual installation guide it says > - Download the files (`ArmenianPhonetic.keylayout`,`ArmenianPhonetic.icns` and `ArmenianPhonetic.bundle`). but no `ArmenianPhonetic.keylayout` file can be found in the `root` dir. I...

I am developing a library, which uses come 3rd party libraries including this one. For the other libraries, I was able to include them using the following `CMakeLists.txt` code: ```cmake...

Hi there. I found useful to have such a place to get answers to some questions related to the library. So, hopefully, this does the job. At least I have...

Based on my observation and my usage, sometimes it is useful to get the string representation of the IP address of the socket. But in case you have a simple...

**Describe the bug** The [README](https://github.com/leetal/ios-cmake/blame/master/README.md#L34) file states the `OS64COMBINED` flag builds a fat lib including `iphoneOS` and `iphoneOS Simulator`, but in the [toolchain file](https://github.com/leetal/ios-cmake/blob/master/ios.toolchain.cmake#L61) the statement is completely different. **To...

bug

The `vcpkg` toolchain causes infinite recursion. ``` [main] Building folder: nodeeditor [main] Configuring folder: nodeeditor [proc] Executing command: "C:\Program Files\CMake\bin\cmake.EXE" --no-warn-unused-cli -DCMAKE_TOOLCHAIN_FILE=D:/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Debug "-DCMAKE_C_COMPILER:FILEPATH=C:\Program Files\LLVM\bin\clang.exe" "-DCMAKE_CXX_COMPILER:FILEPATH=C:\Program Files\LLVM\bin\clang++.exe" -Sd:/nodeeditor -Bd:/nodeeditor/build...

Hi there. In our project, we export the generated headers as an API of a 3rd party project. In the package, I have a common folder structure like `include//flatbuffers/generated_flatbuffers.h`. In...

If you handle the `Qt` messages to print those in the widget, the widget may report a `Qt` message internally while adding an entry, thus blocking the application execution. We...

bug