Matt Provost
Matt Provost
I think the idea is to have the tooltip show up no matter the width. Just whenever you hover over the cell, the tooltip will show
> I may be able to work on this, can you provide some additional info / steps on how to achieve this? Essentially, the browserslist is a list of browsers...
Here is my stance: we should simply create a `lint-staged` script, which is similar in concept to the `test-staged` script, running the correct linters only for what has been staged....
> I just wanted to clarify before I get started: you want "test-staged" to only run lint and absolutely nothing else? Here is the outcome I envision: when making a...
> Can I submit a new PR with that script once its complete? Absolutely! Ideally, this is what runs pre-commit instead of linting the entire project. The script should be...
Most likely fix is just gating the `execSync` behind a "if the list isn't empty" Also, would be nice to add `D` to the diff filter: https://git-scm.com/docs/git-diff#Documentation/git-diff.txt---diff-filterACDMRTUXB82308203
It seems like the `preinstall` script thinks it is being installed as a package... Note this is using WSL. I'm attempting to reproduce right now
Unable to reproduce. Some versions would be nice to attempt further repro: * nvm * node * yarn * yarn node (run `yarn node --version`)
> Hi, I would like to work on this issue! Great! I assigned it to you. Leave a comment if you get stuck anywhere
Adding `useDeprecatedProps` will create log messages where it's used. That can help find some high impact areas