Gaurav Gupta

Results 52 comments of Gaurav Gupta

No, i don't think i did. And i stopped working on this so didn't explore further

I have a use case for this, discussed here https://stackoverflow.com/questions/73027686/react-native-a11y-grouping-elements-for-better-voiceover-announcement-while-sti Since customizing the order of elements in not yet available, what are the currently suggested resolutions for such problems ?

Yeah, I tried it like this, doesn't seem to work: ``` // not the exact code import { Link } from 'react-router-dom'; More something something else ``` the error i...

A proper solution would be to have a defaultIgnore + ignore rule as it exists here https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/is-ignored/src/defaults.ts for now i have added this to my commit-msg file ``` #!/bin/sh if...

> Looks like DCO is missing a space (between name and the `

+1 there should be an easy way to do this. Please reopen

> recharts sux +1 Did you find a better alternative for your use case? @goneglobal

is this still being explored ?

Sure, that's alright and makes sense in my usage, i was trying to test this inside storybook, which by default renders the UI in an iframe. i guess i would...