Jim Doyle
Jim Doyle
The method getLineHeight uses parseInt, which always rounds decimal numbers down. Chrome returns a decimal when calling computeStyle, which can (in some cases) be something like 23.994. So in this...
The method `getLineHeight` uses `parseInt`, which always rounds decimal numbers down. Chrome returns a decimal when calling `computeStyle`, which can (in some cases) be something like `23.994`. So in this...
I had a few of issues here: - In Chrome I noticed that both "webkitTransitionEnd" and "transitionend" events were being triggered. This isn't so much of an issue when you're...
Faced the same issue that was raised in this ticket: https://github.com/ehynds/grunt-remove-logging/issues/18 Fix will check all console statement lines to see if they end with a semi-colon and throw warning if...
The pull request 3 months ago with the windows move command hasn't been pushed to npm registry yet.
**Version info** - OS: macOS 13.4 - Build: 2096 **Description** The badge on submodules, which indicates how many files have changed, is not updating correctly. **Steps to reproduce** Steps to...