Rocco Musolino

Results 210 comments of Rocco Musolino

You can provide an audio channel: `new Sound({channel: 1})`

This module is not intended for that. It doesn't have a way to get the sound stream from spotify neither send it to Airplay.

+1 Is this repo mantained?

Not really. For current machine hostname you have `os.hostname()`, `arp -a` provides LAN devices hostnames

Yep, I'm wondering if it's worth creating a new module using `ip n` as fallback for `arp -a`. Moreover the hostname is not guaranteed in the arp table. Most of...

@rfink yeah I'm strongly considering the idea to write it, I need it for memcached so would be great to have something covering both redis and memcache. What are your...

@rfink Take a look at what i made: https://github.com/roccomuso/sequelize-cacher Also tested and fully working, but there's a bit of code duplication. Waiting for your review.. basically I've separated redis and...