Matyas Forian-Szabo

Results 16 issues of Matyas Forian-Szabo

# 🐛 bug report ## Preflight Checklist - [ x] I have read the [Contributing Guidelines][contributing] for this project. - [x ] I agree to follow the [Code of Conduct][code_of_conduct]...

I'm struggling with typing the output of this library, has someone already done so? The only thing I've found was in the [Readme](https://github.com/reactjs/react-docgen#types), but its very vague , e.g. `"elements":...

typescript
6.x

Note that this requires a polyfill for Element if you do server-side-rendering.

When setting `allowNonStepInput` to `true` one can enter any valid time value. It needs to be typed exactly (except for upper/lowercase)

We have written a custom commitizen adapter that is used via our `package.json`: ``` "config": { "commitizen": { "path": "./node_modules/our_cz_adapter" } }, ``` The code in this module is written...

When parsing a function doc comment JSDoc alters the line breaks in the "description" section on Windows 10 (likely on other Windows versions too) ### Input code ``` /** *...

We are using react-docgen to parse TypeScript component files and display their props and types in a documentation app. Our issue is that typing our parser code is not possible...

improvement

I have the following code (it's part of a larger function, this is the simplified version): ```jsx const aaaa = root.find(j.JSXElement, { openingElement: { name: { type: 'JSXIdentifier', name: "Button"...

bug

When I try to compile a program for the Pi Zero W 2 it refuses to run with the error `UNKNOWN_REVISION: 0x00902120, MODEL: 0xFFFFFFFF` the revision mentioned is the revision...

No ASDoc, because adding ASDoc generates an invalid .ane for android.

enhancement