James Brundage

Results 990 issues of James Brundage

Splatter should be able to run as a service. More properly, splatter should be able to run as "middleware", taking the shape of an incoming request and using itself to...

For a few reasons: 1. The way the minification engine is embedded can concern security scanners 2. It's already small enough. 3. Its presence adds more weight to the module...

It should instead process everything in the end block, using `$input` to collect the input.

enhancement

`ugit` uses [GitPub](https://github.com/StartAutomating/GitPub) to publish. It currently does so on every issue modification, and should only do so on demand. Additionally, the branch name should be modified to avoid collisions.

enhancement

## Improving Conventional Commit Support ugit already supports conventional commits, and it would make collaboration and release notes easier to organize if the log object supported conventional commits. * [...