Alastair Harrison

Results 6 issues of Alastair Harrison

When the project is 'installed' via CMake, the headers are copied into the directory: `${CMAKE_INSTALL_INCLUDE_DIR}/include/wise_enum`, so that users get a 'stuttered' include path: ``` #include ``` Currently (without the patch...

Some macros, such as `HEDLEY_STATIC_ASSERT` [expand to nothing](https://github.com/nemequ/hedley/blob/8fb0604a8095f6c907378cc3f0391520ae843f6f/hedley.h#L1870) when they are not supported by a particular platform. This can result in hard-to-fix warnings when using `-Wpedantic` on clang or gcc....

We can already choose between showing All / Local / Current branch in the commit view. That's useful, but what would be super-useful is the ability to display an arbitrary...

I like to have the spelling check turned off for commit messages, because it keeps silently auto-adjusting things that I intended to type, such as names of libraries and code-related...

Some minor fixes to get this to compile on MacOS. Should also help elsewhere.

### Describe your use-case which is not covered by existing documentation. I recently came across this plugin and thought it would be a really useful way to launch different tasks...