Jim Porter
Jim Porter
Note: this does require the very latest master build of bfg, though supporting dhc was one of the last things I planned on doing for the next version. I'll try...
I'd like to be able to host different docs for different versions of my code. I know there are services like ReadTheDocs that handle this for you, but it would...
`argparse` has a nice feature where you can specify `%(default)s` in the help string, and it will fill in the default value as specified by the `default` keyword arg. However,...
After #92 is closed, symlinks will be the default way of representing aliases. It would be nice if the `set-default` redirect could use this too, but it will probably take...
Currently, there's no 404 page (since MkDocs' `404.html` ends up in a subdirectory). We should fix this and possibly include some basic logic to redirect users to the right page.
Currently, we have to work around [Bug 64194](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64194): <unresolved overloaded function type> for function template with auto return. Once GCC fixes it, we should remove the workaround.
If you use a combinatoric matcher (e.g. `all`) and one of the sub-matchers returns a `match_result` that causes the matcher to fail, the "actual" value reported is whatever that `match_result`...
Essentially, this would be like a meta-suite wrapping several files. I have no idea how you'd define this though. You could do something with a config file in a directory,...
This would be especially useful for the brief log. You could have checkmarks and exes and boxes and such. It'd be cool if I could figure out a way to...
(Spun out from #33) Currently, there's only one place that mettle's stdout/stderr capture is documented, and that's in the command-line option reference. This is way too obscure for most people...