p8nut

Results 7 issues of p8nut

when b3 try to parse this instruction i get this error ``` arch_prctl(0x3001 /* ARCH_??? */, 0x7ffe4887f480) = -1 EINVAL (Invalid argument) ``` ``` [PARSE ERROR] SyntaxError: Expected [0-9] but...

https://github.com/dannykopping/b3/blob/9ac70925539c8b7282ce9957f2bb29fa473af06e/grammar.pegjs#L277 maybe in case of result equal -1 it might be possible to give the errno value ``` arch_prctl(0x3001 , 0x7ffe4887f480) = -1 EINVAL (Invalid argument) ``` in this case...

may be link with #5 seem that if there is more than one element in an array `int`s are not parsed (if there is only one `int` it is parsed)...

#### Is your feature request related to a problem? Please describe. I'm always frustrated when i need to validate the data types from a response after an axios call. ####...

feature
added to linear

## First, What is [OpenAPI](https://www.openapis.org/)? The OpenAPI Specifications provides a formal standard for describing HTTP APIs. ## Why could this be useful here ? OpenAPI spécification enable developer to generate...

a very rough implementation of an openapi renderer. This is my first contribution on a moodle plugin, I am open to all comments and improvements that could help this feature...