Month
Index of 10 entries from . All entries belong to a single category, talkie.
Reduce system and OS information in voice count message
Mention linting separately
Move output directory to ./dist/
Attempt to use lerna to watch (build) all packages
- Does not work as expected, since `./dist/` for each package triggers the watcher. - Triggers when running browsers during debugging via `./dist/profiles/`. - Triggers when m…→ Full commit message
Move generated locales/language files to dist
Separate voice loader component
- Make repeated voice loading reusable. - Load voices in both options and popup. - Retry as long as the page is open, although with exponentially increasing delays.
Trigger loading voices in multiple places
Wait longer for voice load before warning
Clear more setTimeout identifiers
- Keep track of identifiers returned from `setTimeout`/`setInterval` calls, and clear them where possible. - Can make a difference in React, where stray/late timer executions may …→ Full commit message