Michael Clayton
Michael Clayton
Is it possible to retrieve all the raw extracted OpenAPI Specs with flasgger? My use case is that I'd like to introduce a CI step in a project to validates...
Does the decorator need to add an additional div as part of the decorator here: https://github.com/react-theming/storybook-addon-material-ui/blob/b0ac1c444bd33212d693af182ac6fed1b069c3db/src/UI/MuiDecorator.js#L19 This is causing issues for stories that need to have 100% height.
*💥 [BREAKING] Raise `Blueprinter::BlueprinterError` when `default_if` is passed an invalid empty type. ### Closes Issue: https://github.com/procore/blueprinter/issues/241
In general, I'd like to come up with a way to decouple Blueprinter from frameworks, ORMs/ODMs, etc. that would be nice for Blueprinter to support, but don't really make sense...
Need to add unit tests for useStateHook utility for ensured stability. https://github.com/mcclayton/react-state-patterns/blob/master/src/api/stateHook.tsx
Ensure library works for an Asynchronous E2E example by writing a test for it. i.e.: ```jsx const Counter = statePatterns( stateHook( (props) => ({ users: [], loading: false, error: null...