Richard Leigh
Richard Leigh
When trying to use braid to manage a respository with its own submodules git cannot update the dependency's submodules. E.g. ``` $ braid.sh add https://github.com/Valloric/YouCompleteMe $ git submodule update --init...
Hi guys, thanks for your great work on Pony. Here's a sample approach to fixing https://github.com/ponyorm/pony/issues/590 which will exploit the longer identifier sizes in Oracle 12.2.0 and above.
As of version 12.2.0, Oracle identifiers can be 128 bytes instead of 30. It would be nice to support this where possible to reduce collision risk with automatically generated identifiers....
Boost 1.79.0 GCC 11.2.0, -std=gnu++20 Linux 3.10 x86_64 Using a compiled shared object libboost_unit_test_framework.so and sources compiled with -DBOOST_TEST_DYN_LINK leads to undefined reference linker errors when creating/using boost::test::output::xml_log_formatter instances, that...