Richard
Richard
When a Item is scaled, a child element does not adhere to its new center when placed with `anchors.centerIn: parent`: ``` import QtQuick 2.0 Rectangle { width: 500; height: 200...
**Describe the bug** Its not possible to access the default vhost with e.g. `rmqhelloworld_producer` **To Reproduce** Steps to reproduce the behavior: 1. Call `rmqhelloworld_producer amqp://guest:guest@localhost:5672/` 2. See Error: `Error: Connection...
### Problem statement Boost.Iostreams was not actually used. The CMake dependencies to ASIO and its dependencies have not been established. ### Proposed changes Remove Boost.Iostreams includes and vcpkg dependencies. Add...
GCC and Clang are supposedly binary compatible. However, it seems that the BDE library introduces compiler-dependent types in its public interface, which breaks this compatibility. Specifically, when building the BDE...