Ersel Aker

Results 20 comments of Ersel Aker

changing the first line of `Dockerfile` seems to fix this ``` FROM minio/minio:RELEASE.2021-06-17T00-10-46Z.fips ```

This would be an awesome addition to npm CLI. We used to run `npm audit` on CI with [a custom script outlined here](https://medium.com/@ersel_aker/one-simple-trick-to-make-your-javascript-projects-safer-9257983d2efe). Recently we've switched to @naugtur 's npm-resolve-audit...

I think `getInvoiceAsPdf` method should do this automatically behind the scenes for you without passing any additional option parameters. The name of the method suggests you'll receive a PDF back.

That's an interesting idea. I am not sure how we could implement such functionality though. A potential implementation could be like this: 1 - Introduce a "player" process, that needs...

I've not come across that library, do let me know if you get some time to look into this. I think a good first step would be to get rid...

Currently, there are no tests around the project. Before publishing a new version each command needs to be tested manually to make sure we didn't break anything. I think a...

@crisvtex sorry, I am no longer maintaining this library. Feel free to investigate further by cloning the repo and fiddling with the code yourself.

@gabrielsclimaco I think that would be too much hassle. We would need to manage a server and securely store people's credentials etc... I am not interested in building such a...

Thanks for your suggestions @MasonDMitchell and @2hands10fingers . I think some queue mechanics would be a great addition to the CLI. I will be writing a short spec on how...

It seems like we can do the playlist control, but queue is NOT possible at the time of writing. See discussions here: https://github.com/spotify/web-api/issues/462 I'm leaving this as a note, if...