Kunall Banerjee
Kunall Banerjee
`ESLint` is a linter. I doubt many of the code practices mentioned here will be pluggable into a personal config. Good idea, though.
Hey @Luensche, thanks for showing interest. Hopefully this will convince you (and others!): > Isn't this better off in your trusted browser? I think this should be implemented by the...
Hey @patrickgold, Thanks for responding! I’m not an expert on licensing software, but I am curious: is [FlorisBoard’s license](https://choosealicense.com/licenses/apache-2.0/) or the [GNU LGPLv3](https://choosealicense.com/licenses/lgpl-3.0/) license that you think is less permissive?...
@Juriv any plans on releasing this to npm? 😁
From the [docs](https://developer.mozilla.org/en-US/docs/Web/API/Battery_Status_API), the Battery Status API is obsolete, so it's kinda pointless working on anything related to it. > This feature is obsolete. Although it may still work in...
@mdarens thank you for the PR! I like it. It looks like `react-dom-status-hook` might also be affected by the problem you mentioned in #4. Do you mind making the same...
Definitely used staging before, but only in company products. I understand this might be too specific of a case, so I leave it up to you whether you see it...
I see the need to ignore `.idea` and other files and folders generated by IDEs to manage project settings, but what about cases where pushing those configurations is encouraged, for...
Working in different companies and various teams, I've noticed not many have a .gitignore_global and for that reason, I think we shouldn't fully ignore editor settings. @vpanjganj whoops, sorry that's...
@vpanjganj looks much, _much_ better than the original `.gitignore`!