Aiden

Results 3 issues of Aiden

_glIsVertexArray_ is missing, which is supported by OpenGL 3.0 and up: https://www.khronos.org/registry/OpenGL-Refpages/gl4/html/glIsVertexArray.xhtml

Resource not found if swagger basePath is specified when I run the sample2 Added 'basePath' in 'PetStore.yaml' as below: ``` swagger: "2.0" info: version: 1.0.0 title: Swagger petstore description: A...

In `src/Swipeout.tsx`: ``` renderCustomButton(button) { const buttonStyle = button.style || {}; const bgColor = buttonStyle.backgroundColor || 'transparent'; const Component = ( {React.isValidElement(button.text) ? button.text : ( {button.text} )} ); return...