Rahul Gupta

Results 35 comments of Rahul Gupta

I think the explanation the @gaearon https://github.com/facebook/react/issues/16265#issuecomment-517518539 mentioned totally makes sense & the plugin is completely right on throwing the error. But for cases where we know the function isn't...

Related to: https://github.com/willmcpo/body-scroll-lock/issues/75 @jackmcdade Overflow: hidden on iframe wouldn't stop the body from scrolling. I'm facing the exact same issue, adding in some more details: I add `disableBodyScroll` on `iframe`...

@gijimmyj It would be helpful if you provide a little more details but if I understand it right. This can be because of the CSS for the modal & not...

Thank you so much for the PR. ❤️ I tested this PR against my universal ctags tags installation with the following configuration: ``` let g:fzf_tags_command = 'uctags -R' ``` The...

I tried your above example, seems to be working fine for me ⭐ But since I was using `:GitFiles` command to trigger git files & I modified the same to...

Not better as such, but since I was using `:GitFiles` to trigger my git files with options, I was more like looking for a solution similar to that so that...

I experienced this while testing this plugin for my use-case but after I used it a few time, i realised that in a real scenario I only format when i...

@elythyr Thank you, works like a charm 🚀

Hey @Tibfib, Great plugin first of all. After a ton of research & playing with a lot of eslint plugins for sorting imports, this comes really close to what I...

@Tibfib Would you please review it whenever you can find the time?