Gregory Potdevin

Results 6 comments of Gregory Potdevin

I needed this feature as well and modified the source to have some items always visible. Added this to the item constructor : ``` js this.alwaysVisible = element.getAttribute("data-always-visible") ``` and...

I haven't touched that code since last September, but rere's the modified version of list.js I had in my project : https://gist.github.com/GregoryPotdevin/e97c057bc3ae23151578726074fa5ee4 If you want to patch your own copy...

> here is a workable demo > 1. change `children` directly takes no effect > 2. you can calculate the visible start and end column index and only update the...

Just tested in french, I find the speech rate very low. Not sure if it's better in other languages.

Not sure where the problem is. The speed is set to 1 in the code : https://github.com/noelportugal/google-home-notifier/blob/master/google-home-notifier.js#L36 ```js googletts(text, language, 1) ``` I'll see if I can generate the mp3...

The french audio generated by Google Translate is a bit slow and sounds exactly like what I get on Google Home. Might be worth doing a pull request to add...