Vegard Øye
Vegard Øye
Italic small caps are also behaving strangely:
> I don't have a Mac, so I can't comment myself. Would you be willing to help dig a bit deeper? Sure; I'd be happy to help out in any...
In #20, @katef identified, by bisection, commit 2d24623 (2015-04-12) as introducing problems. _This_ bug, on the other hand, is way, way older: it goes all the way back to the...
Thank you for your feedback. I've updated the section on complexity. As of presently, there are several things missing from the article: - Making the trampoline structure more efficient (as...
Thanks! Yes, the parsers currently return an empty list if nothing matches. A better approach is to return a list of successes if there is at least one success, and...
It's a little tricky. The `#top` command fetches the top ten tracks of an artist, as decided by Spotify. It is not possible to get more than ten top tracks...
Reddit went through a [redesign](http://www.reddit.com/r/redesign/) as of recently, so the scraping code in [`scraper.js`](https://github.com/epsil/spotgen/blob/master/lib/scraper.js#L257) is unfortunately outdated. I'm not sure how JavaScript-driven the new design is. It might be necessary...
JMPerez, one of spotify-web-api-node's project owners, [replied](https://github.com/thelinmichael/spotify-web-api-node/issues/149#issuecomment-326927996): > One option would be to have this built in, but we tried to keep the library as light as possible. What I...
It is a good idea. Currently, there is no syntax for chaining, but I welcome suggestions. In the meantime, you can achieve what you want with: ``` #order by popularity...
Please run `npm version` and `npm publish`! The [latest version](http://www.npmjs.com/package/git-rev) was published 5 years ago.