Jelo Agnasin
Jelo Agnasin
This will fix my issue on: https://github.com/conventional-changelog/standard-version/issues/917
**Describe the bug** `standard-version` ignores errors within custom updater scripts. **Current behavior** If an error occurs in the custom updater, `standard-version` will ignore it. Then, it will continue bumping other...
Fixes #123
If the markdown is like this: ```md This is a very long 1st paragraph. This is a very long 2nd paragraph. This is a very long 3rd paragraph. ``` And...
Resolve #21
Running `yarn run improved-yarn-audit --min-severity moderate`: ``` Improved Yarn Audit - v2.3.2 Minimum severity level to report: moderate Running yarn audit... Found 1 vulnerabilities Vulnerability Found: Severity: HIGH Modules: detox-expo-helpers>xdl>node-forge...
I had a use case where I needed the `Board` inside a `ScrollView`. But `TouchableWithoutFeedback`'s `onPress` is not called whenever the `ScrollView` catches the gesture. Workaround is to avoid nesting...