git (11/39)
Category index page 11 of 39 pages, listing 100 out of 3875 entries in the category git.
Merge branch 'release/v2.0.1'
* release/v2.0.1: Rename calling code's use of the ConnectionManager interface's connection Add commented out logging serialization code
Rename calling code's use of the ConnectionManager interface's connection
Add commented out logging serialization code
Merge branch 'release/v2.0.0'
* release/v2.0.0: Add polling connection and following handler Greet subscribers Add greetings, don't greet bot owner Add subscribing handler Add new chatter handler, sh…→ Full commit message
Add polling connection and following handler
Greet subscribers
Add greetings, don't greet bot owner
Add subscribing handler
Parse irc message tags to key/value
Add new chatter handler, shorten greeting message
Add irc greeting handler
Add child loggers, add irc logging class
Add pino for logging
Add irc ping manager, move files to folders, break out websocket send method
Add irc connection and manager
Document installation, execution, development environment setup
Merge branch 'release/v1.0.0'
* release/v1.0.0: Handle beforeExit event Use built-in constants to check websocket connection state Add pre-commit hook Add copyright notices Fix eslint errors and warn…→ Full commit message
Handle beforeExit event
Use built-in constants to check websocket connection state
Add copyright notices
Add pre-commit hook
Fix eslint errors and warnings
Run eslint --fix
Use ES6 modules
Add build step/commands with rollup, babel, eslint
Add .gitattributes
Add a license
Add a readme
Add .editorconfig
Assert some variables
Add shutdown manager
Ensure the websocket gets disconnected
Move pubsub topic manager to a separate file
Clarify twitch pubsub connection class name
Add a topic listener
Add TwitchConnection class
Add proof-of-concept websocket connection to twitch
Initial commit
Add simple virtualenv wrapper around git2json
Initial commit
npshell v1.4.1
Trim null character from line count when adding to playlist
Mention if a path is a symlink if it cannot be added to the playlist
Add newline after sounds in queue/history counts
Assume terminal-notifier v2.0.0 is used, and remove alerter flags
- Versions before terminal-notifier v2.0.0 had bugs related to "alerter" mode notifications. - Workarounds were in place in `npshell`. - Removed workarounds, assuming terminal-not…→ Full commit message
Merge branch 'release/v5.0.0'
* release/v5.0.0: (64 commits) 5.0.0 Ignore linting demo.css Remove links to espeak Use HTTPS where possible Add links to install additional voices Use higher resoluti…→ Full commit message
5.0.0
Ignore linting demo.css
- Linting css files with web-ext gives warnings for correct webextensions special variables. - Ignoring linting css files for now. See - https://github.com/mozilla/web-ext/issue…→ Full commit message
Remove links to espeak
- How to connect espeak to the browser's Web Speech API/SpeechSynthesis API is unclear. - The espeak project seems to have been superseded by espeak-ng. - The in-browser option us…→ Full commit message
Use HTTPS where possible
Add links to install additional voices
Merge branch 'feature/higher-resolution' into develop
* feature/higher-resolution: Use higher resolution @2x tile in markdown Use higher resolution @2x icons in markdown Use higher resolution @2x chrome web store banner
Use higher resolution @2x tile in markdown
Use higher resolution @2x icons in markdown
Use higher resolution @2x chrome web store banner
Merge branch 'feature/translate' into develop
* feature/translate: Add Bulgarian translation Add language attributes on some untranslated/known language elements Translate new strings in the user interface Minor trans…→ Full commit message
Add Bulgarian translation
Limit number of translated strings per call for google cloud translate
Add language attributes on some untranslated/known language elements
Translate extra variables during static rendering
Switch to using a key file with Google Cloud Translate API
Translate new strings in the user interface
Merge branch 'feature/fix-firefox' into develop
* feature/fix-firefox: Speak long text by default in WebExtensions (Firefox) Use event listeners
Speak long text by default in WebExtensions (Firefox)
Use event listeners
Fix react popup unload error
- Due to async broadcast event listeners, some calls might come very late in the page lifecycle. - Not sure what the exact cause is, but guessing it has to do with how browsers un…→ Full commit message
Merge branch 'feature/improve-state' into develop
* feature/improve-state: Avoid un/controlled component mixup Use reselect to speed up data transformations Add reselect Remove redux-persist and redux-persist-crosstab M…→ Full commit message
Avoid un/controlled component mixup
Use reselect to speed up data transformations
- Mostly used for voice list dependent data transformations (languages, language groups, etcetera) - Cleaned up some state and props.
Add reselect
Remove redux-persist and redux-persist-crosstab
Move some state from shared voices to options voices
Do not rehydrate state from local storage
- With pre-rendered html containing most state, the local storage state rehyration has lost some value in terms of speeding up rendering. - For loading the remaining browser runti…→ Full commit message
Preload more state at compile/render time
Merge branch 'feature/improve-demo' into develop
* feature/improve-demo: Fix eslint warnings and errors Run eslint for jsx files Make all react componentes pure Fix positional translation arguments Detect language from…→ Full commit message
Fix eslint warnings and errors
Run eslint for jsx files
Make all react componentes pure
Fix positional translation arguments
Add README.md
Python 2to3 mice.py
Add virtualenv wrapper
Ignore configuration file
Add mice.py
Initial commit
Detect language from the selected element, not the selected element's parent element
Yet another attempt at fixing the flashing popup issue
Improve the demo page
- Open the welcome page upon install. - Display a translate sample text in a language for which there is a voice installed. - Enable speaking selected text from internal pages. - …→ Full commit message
Add a welcome tab to the demo page
- A short introduction and welcome page for new users. - Should be opened automatically upon first install.