Robert Dailey

Results 64 issues of Robert Dailey

`switch()` doesn't seem to work when combined with `BETTER_ENUMS_STRICT_CONVERSION`. This is because it's using `BETTER_ENUMS_ENUM_CLASS_SWITCH_TYPE_GENERATE`, which creates a "copy" scoped enum with the same enumerators. The problem is that enumerators...

Example: ``` * This is a list item. // This is a 6-space indented code block ``` This renders as a code block in your tool, however Github requires a...

I have a workflow that triggers on `push:`. If I push a new commit on `master` with a tag, I get two builds: One for `master`, and one for the...

enhancement
funding

Each time I click "Configure" using CMake GUI (version 3.14.2), I see "Fetching Boost". Either this is doing a download or archive extraction, I can't tell for sure, but it...

@Orphis: Please cherry pick this commit: https://github.com/Ziosk/boost-cmake/commit/17869fdfd3a035a2f7695d2bef9472c160184d9e

Right now the console reporter hard-codes the column width to 80 (default determined by Clara): ```cpp void printMessage() const { if (!messageLabel.empty()) stream

I use Atlassian Stash (Bitbucket Server) at my workplace. Will this function with Stash repositories?

help wanted
feature-request
hacktoberfest

As a user, I'd like a way to batch assign icons to my existing 2FA entries when I switch to or import an icon pack. ### Description The goal is...

proposal-accepted
proposal

### Description I have a number of issues with the value formatter system right now. To summarize: - Lack of documentation. I've found nothing that explains how to add a...

enhancement
documentation
up-for-grabs

The code to select the language is not configurable: https://github.com/murdos/musicbrainz-userscripts/blob/master/vgmdb_importer.user.js#L297 In my case, I'm importing [this album](https://vgmdb.net/album/47239) which has both Japanese and Romaji track titles. What I'd like to be...