Vegard Øye
Vegard Øye
Italic text causes uneven line height when viewing the page in Safari (Mac and iPhone). The attached screenshot illustrates the problem. (The text is from the article "[General Parser Combinators...
This project should use an external library for Spotify requests. Since it is rather request-intensive, throttling is an absolute must so that we don't butt up against Spotify's [rate limits](https://developer.spotify.com/web-api/user-guide/#rate-limiting)....
I currently use git-rev as follows: ```js process.chdir(__dirname) git.short(function (str) { // ... }) ``` But isn't the first line redundant? In the beginning of git-rev's `index.js` file, there is...