all (9/39)
Category index page 9 of 39 pages, listing 100 out of 3875 entries in the category all.
Upgrade @types/pino
Upgrade @types/node
Upgrade uglify
Upgrade rollup
Fix @botten-nappet/interface-shared-vidy package name
Add assert decorator
- For class constructors and methods - Replace argument count assertions with `@asrt(n)`. - Replace argument/auto-property assigned (usually non-null) assertions with `@asrt()…→ Full commit message
Merge branch 'feature/dependency-injection' into develop
* feature/dependency-injection: Use deferred context resolution, skip within decorators Generate dependency graphs Attempt to use dependency injection child containers Gen…→ Full commit message
Use deferred context resolution, skip within decorators
Generate dependency graphs
- Generates build-time dependency graphs using `rollup-plugin-graph`. - `npm run --silent graph` - Generates runtime dependency injection graphs using custom code. - `export B…→ Full commit message
Add shell utility scripts
Attempt to use dependency injection child containers
Remove tests from shell-keystroke-animator
- Tests are run by homebrew in a sandbox. - The environment doesn't match the "real" user environment. - Due to security checks in Apple's osascript, tests fail due to a privilege…→ Full commit message
Aduit shell-keystroke-animator
Audit jqnpm
Audit gitslave
Don't use EOS.undent
Generate topic classes using m4 templates/macros
Add dependency injection for configs
Add more dependency injection
Split source code to (more) packages
Separate typescript compilation from rollup
First step towards dependency injection
Use second type parameter in IWebSocketCommand
Make all parameter properties readonly as well
Switch to using parameter properties where possible
Merge branch 'release/v7.0.0'
* release/v7.0.0: (39 commits) v7.0.0 Close socket.io separately from the http server Simplify start/stop, only stop from the shared main function Replace modified logger …→ Full commit message
v7.0.0
Merge branch 'feature/fix-shutdown' into develop
* feature/fix-shutdown: Close socket.io separately from the http server Simplify start/stop, only stop from the shared main function
Close socket.io separately from the http server
Simplify start/stop, only stop from the shared main function
Merge branch 'feature/logger-naming' into develop
* feature/logger-naming: Replace modified logger names' this.constructor.name Search-replace to use this.constructor.name
Replace modified logger names' this.constructor.name
Search-replace to use this.constructor.name
Check if startables have been initialized before stopping them
Fix large response ECONNRESET by adding connection keep-alive
Merge branch 'feature/upgrade-dependencies' into develop
* feature/upgrade-dependencies: Lock rxjs to v6.0.0-alpha.3 Upgrade ws Upgrade rollup Upgrade axios Upgrade dependencies
Lock rxjs to v6.0.0-alpha.3
Merge branch 'release/v1.0.0'
* release/v1.0.0: v1.0.0 Add /vidy slack command for VIDY API queries Add basic README with setup commands Add @google-cloud/functions-emulator Add eslint Add package.…→ Full commit message
v1.0.0
Merge branch 'release/v1.0.0'
* release/v1.0.0: v1.0.0 Add vidy command line tool Add usage example Add vidy api search functionality Add readme Add eslint Add package.json Add .editorconfig …→ Full commit message
v1.0.0
Add vidy command line tool
Add usage example
Add AGPL-3.0 license
Add AGPL-3.0 license
Add vidy api search functionality
Add eslint
Add readme
Add package.json
Add .editorconfig
Initial commit
Upgrade ws
Upgrade rollup
Upgrade axios
Upgrade dependencies
Upgrade rxjs to v6.2.0
Add package.json files for faux internal packages
Add Aurelia dependency injection
Merge branch 'feature/split-main-backend' into develop
* feature/split-main-backend: Convert main startup code to classes Move the vidy connection to separate files Move the twitch polling connections to separate files WIP mov…→ Full commit message
Convert main startup code to classes
Move the vidy connection to separate files
Move the twitch polling connections to separate files
WIP move handlers and interfaces
Move the vidy backend folder
Add collect-npm-readmes
Add readme
Add GPL-3.0 license
Initial commit
Move interfaces, handlers, irc connection setup
Use @botten-nappet npm scope for faux/local path packages
Move the twitch per-user pubsub connection to a separate file
Move the twitch per-user pubsub api to a separate file
Ignore urls in automatic text-to-speech
Once again try to fix bit cheering events/overlay
Clean up frontend command translation a bit
Validate the color argument for the animate chat command
Split overlay to OBS and browser versions
Attempt to limit fps of ballz
Add speech manager to the fronted, with say and animate speech commands
Respond publicly but anonymously to whispers
Add basic README with setup commands
Add /vidy slack command for VIDY API queries
Add @google-cloud/functions-emulator
Add eslint
Add package.json
Add .editorconfig
Add .gcloudignore
Initial commit
Fix date-time format for localtime in vidy search
Update system diagram
Increase ball timeout for \!animate
Add vidy to system overview
Add greetings
Move barrier between twitch api and internal events
Attempt to fix cheering token parsing
Convert connections to events, store external events
- Incoming/outgoing data on external connections are now translated to/from internal events. - External events are stored in the database. - With a replay functionality, it would …→ Full commit message
Attempt to fix cheering token parsing
Merge branch 'release/v6.0.0'
* release/v6.0.0: v6.0.0 Add greetings Fix bits cheering Play vidy after preloading enough of it Implement searching/showing videos from the vidy api Use twitch channe…→ Full commit message