joelpurra (9/39)
Category index page 9 of 39 pages, listing 100 out of 3886 entries in the category joelpurra.
Handle uncaughtException
Merge branch 'release/v8.0.0'
* release/v8.0.0: (28 commits) v8.0.0 Add nodejs process signal event argument workaround Upgrade rollup Upgrade pino Upgrade @types/node Upgrade rxjs to v6.2.0 Upgr…→ Full commit message
v8.0.0
Merge branch 'feature/upgrade-dependencies' into develop
* feature/upgrade-dependencies: Add nodejs process signal event argument workaround Upgrade rollup Upgrade pino Upgrade @types/node
Add nodejs process signal event argument workaround
Upgrade rollup
Upgrade pino
Upgrade @types/node
Merge branch 'feature/upgrade-dependencies' into develop
* feature/upgrade-dependencies: Upgrade non-major package changes Upgrade ws Upgrade @types/pino Upgrade @types/node Upgrade uglify Upgrade rollup Fix @botten-nappet…→ Full commit message
Upgrade non-major package changes
Upgrade ws
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