Eric Wittle

Results 4 issues of Eric Wittle

Getting the following in the console when no onloadCallback function is provided to the control: `Uncaught TypeError: this.props.onloadCallback is not a function` I don't seem to need one for my...

I recently tried upgrading versions in my OS X development environment, and ran into issues starting a MySQL virtual machine due to issues accessing a hostPath persistent volume. The configuration...

I'm working on some code that imports an OpenAPI spec, modifies it, and outputs a new one. I'd prefer not to have the spec modified by the validator; the addition...

kind/enhancement

### Description According to the [OpenAPI 3.0 specification for the pattern attribute](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#schema-object) of a schema object, the pattern provided should comply with [ECMA 262 regular expression syntax](https://www.ecma-international.org/ecma-262/5.1/#sec-7.8.5). The syntax defined...