kamchatka-volcano
kamchatka-volcano
Hello, isn't the include guard broken in the [single header version](https://github.com/biojppm/rapidyaml/releases/download/v0.4.1/rapidyaml-0.4.1.hpp) of the library, or am I missing something? There's is no macro `#define _RYML_SINGLE_HEADER_AMALGAMATED_HPP_` anywhere and nothing stops the...
``` list: * foo * bar ``` docuowl seems to ignore markdown lists, I get the following result: ``` list: * foo * bar ```
`` `abc` : `abc` : `` In this example docuowl doesn't place second `abc` in code section.
Create a `figcone_hocon` wrapper for https://github.com/puppetlabs/cpp-hocon if it's possible.
Unknown parameters, flags and arguments errors should be emitted with a default unregistered options handler. The user should be able to override it by adding a custom handler to ignore...
This is the GNU format with the ability to register alternative names starting with a forward slash. All names are in `kebab-case`. Parameters and flags prefix: `--` Short names are...
This has already been tested with https://github.com/vinniefalco/Amalgamate and it seems to work fine. A change to includes format may be required, and there should be an unit tests configuration using...
All names are in PascalCase Parameters and flags prefix: `-` Short names aren't supported Parameters usage: `-Parameter value` or `-Parameter:value` Flags usage: `-Flag` Flags can't be glued together like in...
All names are in lowercase, by default short names are used, long name can be enabled with `
Validators for optional values should take the contained value as an argument and they shouldn't be invoked for empty values as there's nothing to validate in that case.