Darrell Wright

Results 24 issues of Darrell Wright

Added tuple recognition. This may need limits such as up until a certain size.

`json_apply` parses the document to parameter types specified in signature, then passes them to the Callable for evaluation. This is similar to `std::apply` but using a JSON documents instead of...

The test is detecting that libc++fs isn't needed, however it will report missing symbols without it. adding is_directory( path ) was enough in a simple test to make my code...

Im not sure if this is in focus yet, but when attempting to fail at using JSON Schema as an IDL, one of the biggest issues was explicitly mapping a...