Zain
Zain
I am trying out mold in our (old) dev environment, with gcc 4.8. Built a statically linked mold using the docker script, and tried the `mold -run` command to intercept...
**Describe the bug** When changing the zoom level, the graph redraws all edges and links. This resets all node positions, making it very hard to [zoom into a particular node](https://github.com/swimlane/ngx-graph/issues/270)....
SDL2 supports a lot of platforms, including mobile. Would be nice to have in the future. https://wiki.libsdl.org/Android https://wiki.libsdl.org/FAQiOS
Looking into integrating Cobalt into our application; the integration with asio+coroutines so far has been great. Hit a roadblock when we had to integrate into 3rd party libraries and legacy...
I am starting a server with server certificates using the example code from https://github.com/open62541pp/open62541pp/blob/52efa1f36a6ab6b51c049ef2d58b51fd8a716128/tests/Crypto.cpp#L93 Using an OPCUA client I can confirm the encryption is recognized. However, opening an encryption connection...
Using the demo code from https://github.com/redboltz/async_mqtt/blob/main/example/cl_cpp20coro_mqtt_sub.cpp **Expected**: Reconnect will work when the broker restarts **Actual**: Reconnect fails when the broker restarts. Using Mosquitto as broker, exiting Mosquitto and starting it...