Dan Weatherill
Dan Weatherill
remove several statements containing "return std::move(x)" which, according to the c++ standard 12.8/31 is pessimizing, because these objects are eligible for the NRVO. This issues a warning in gcc 9...
Hi, I'm fairly new to platformio (though not to STM32 and mbed development), and I notice that the STM32WB55 board is supported both by mbed OS (https://os.mbed.com/platforms/ST-Nucleo-WB55RG/), and by stm32cube...
got hit by this a couple of times when using tumbler myself. Naive and simple implementation, but seems to work here.
# Description I am running git-credential-keepassxc installed as a normal user from a rustup cargo installation. When I try `git-credential-keepassxc configure` I get only "Aug 04 12:30:52.680 ERRO Failed to...
This patch addresses something of an edge case but which crops up in modern linux distros: In the case where downstream packages consume Vigra via CMake configuration files, AND you...
### Description When building a package which depends on gRPC, and using abseil as a shared library, downstream builds can break with an error like (on gcc): ``` undefined reference...