Simon Thiboutôt
Simon Thiboutôt
Hi @mrdavemorgan, Yes I agree this can be useful, PR welcome! 😃
I suggest you to return the additional info in the `getAlbumInfo`. You'll also need to update the [JSON schema](https://github.com/masterT/bandcamp-scraper/blob/master/schemas/album-info.json).
Well it's huge! It'll be ok if it has its own function!
@mrdavemorgan What's up with this feature?
Hi, that would be nice! 😃 I think it has been forgotten.
Any we'll need to support nodejs >= `8.0.0` to use the `util.promesify` Standard Lib function for issue #21.
@notchris Thanks I didn't know about the `util.promisify ` function of the Standard Lib. I'll use it! 😀
If you look at the source code when you import `'ion-sound'` it will get attached to the `window`. The following code should work. ```diff -import ion from 'ion-sound' +import 'ion-sound'...
It would be nice to be able to configure the pagination by overriding the `Administrate::ApplicationController`. I use _Kaminari_ but with a custom `page_method_name` method. Ex: ```diff module Administrate class ApplicationController...