saxbophone
saxbophone
When automatically creating releases from tags, it would be great to have an option to populate the release name and body from the body of annotated tags, in a similar...
**Describe the bug** Attempting to generate random values of `std::uint8_t` type (AKA `unsigned char`) fails at compile time with a `static_assert()` in standard library code. Truncated error log sample: ```...
Project already is licensed as GPL-2.0, adding this file just makes this clear to users exploring the source via Github and Github will pick up on this, displaying a "GPL-2.0"...
In the README, it's specified: > For modifier strong::arithmetic, the type trait std::is_arithmetic is true. According to the standard, this is undefined behaviour: > - None of the templates defined...
**Feature category** - [ ] *enhancement - build system* - [ ] *enhancement - backends* - [ ] *enhancement - build system* - [x] *enhancement - documentation* - [ ]...
**Feature category** - [ ] *enhancement - backends* - [ ] *enhancement - build system* - [ ] *enhancement - build system* - [x] *enhancement - documentation* - [ ]...
In the README, you specify that the file extension _dylib_ looks for to load macOS shared modules is `.dylib`. Unfortunately, there seems to be a mixture of uses of both...
I've managed to export a PDF using print to PDF in my browser (I am curious to see how the zbalermorna glpyhs render on an e-reader), however the sample diagrams...
## Description Certain cases of constructing `BigInt` values at compile time are prone to failure, consider the following test case: ```d @safe unittest { template Product(ulong value) { immutable BigInt...
The requirement to "use native compilers" is only mentioned in the instructions for cmake-gui, a tool which is not available on macOS, therefore this build requirement may be missed by...