SimonGodefroid

Results 9 issues of SimonGodefroid

Hey guys, I don't know how this sounds but I haven't find a good list of real life API documentation that are awesome. For instance at work we use some...

list request

I can't access the website it likely times out when accessed from France. Hope this helps

It's all in the title, we are running tests with Testing Library + MSW on Jest and with some legacy jest mocks. The pipeline looks a bit flaky on the...

[@rjsf/core](https://bundlephobia.com/package/@rjsf/core) ```json { "name": "SyntaxError", "message": "Unexpected token: keyword (export)", "filename": "0", "line": 1, "col": 13703, "pos": 13703 } ``` ``` { "name": "SyntaxError", "message": "Unexpected token: keyword (export)", "filename":...

## Package name ### Entire (stringified) error that I see in my browser console [@rjsf/utils](https://bundlephobia.com/package/@rjsf/utils) ```json [object Object] ``` ``` [object Object] ``` ``` BuildError. Failed to build this package....

**ISSUES WHICH ARE QUESTIONS WILL BE CLOSED** It's going to sound like a question but: Do you have somewhere on the roadmap a feature to allow like in the example...

I'm trying to achieve the following... ```tsx export const myValidationSchema = Joi.object({ myField: Joi.boolean().required().label('My field'), myOtherField: Joi.boolean().required().label('My other field'), }).unknown(false); ``` but without having having to specifically write the label...

support

Is there a way to specify an `onTimeout` function at top level? We are having some flaky tests and I'd like to be able to print the screen when some...

enhancement

## Proposal Make a CLI option to list only errors or only warnings. `npx flow --show-only-errors` => this would be a --show-all-errors but without the warnings `npx flow --show-only-warnings` =>...

discussion