Olivier Destrebecq
Olivier Destrebecq
I have just started playing with Storybook for my react native app. I followed the instruction on the page for "react-native-storybook-loader" and now when I run story book in the...
### Background: WE use OpenAPI generator to generate the network code to interact with our REST API. The code that is generated use class methods. Unfortunately, sourcery stubs that is...
## Checklist - [x ] Reviewed the README and documents. - [x ] Searched existing issues for ensure not duplicated. ## Description It is very hard to figure out how...
**Current Behavior** - What code are you running and what is happening? - Include a screenshot or video if it makes sense. I'm trying to setup typescript for navigating into...
I'm validating the user input in a text field as the user types it in. I'm displaying an error message to the user and I would like to prevent the...
I use the text area editing and when the user saves the data it is sent to the server. Sometimes the server will return a validation error. In this case,...
We are running regularly into issues where a mock outlives the duration of a test because it gets retained somehow in the code. The issue, is that then this object...
It would be great if the component could just take the width of its container (could use the 'stretch' mode) As of right now, I have to calculate the width...
I'm trying to use your chroma key filter and right now I have to run two pass on my image, first getting the average color of a small area of...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [X] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [...