Sheldon Young
Sheldon Young
Before this fix the user had to press tab twice to move to the next field in a form. Also, event.preventDefault is not needed when event.stopPropogation is called because the...
There are two fixes required to the OpenAPI specification. F First is that the container of enums shouldn't be array because it causes the type to be interpreted as `Seq[MyEnum]`....
Additional documentation that the format of display may change and should not be relied upon, as indicated as comment in #666
If the user tabs into a closed ui-select combo box and types quickly the keypresses may not register. The behavior gets worse the longer the list, though it doesn't take...
The `arbitrary` crate is not used and the fewer dependencies the better.
The `print(ast`) function didn't print anything, it merely formatted the `Ast` as a string. This was confusing. To make it more clear the function has been replaced by an implementation...
The path parser was re-written to not use `nom`. This drops a dependency, benchmarks twice as fast and fixes #516.