Loïc PIREZ

Results 4 comments of Loïc PIREZ

Any updates about this ? 😄

Hi, I'd like to work on this issue. Which shell should be available for selection on installer script ? Only selection between Bash and ZSH ? Thanks.

Same issue... Can the contributors give us please a valid endpoint ? Even if it's an IP. I would love to be able to use the Noops again ! Thank...

Works fine for me. ```js const say = require('say') say.export("出租汽车", 'Ting-Ting', 1, 'taxi.wav', (err) => { if (err) { return console.error(err) } console.log('Text has been saved to taxi.wav.') }) ```