Daniel Barrett
Daniel Barrett
**Is your feature request related to a problem or a nice-to-have?? Please describe.** The problem is the Mocha JSON reporter is hardcoded to output the JSON object over multiple lines....
I would like to be able call a function to close my sqlx.Stmt structs to reduce dublicate code using a function like: ``` func closer(aStruct io.Closer) { err := aStruct.Close()...
## Changes Add a new renovate option 'bbAutoResolvePrTasks' which when set to true (the default is false) will mark PR tasks as "resolved" after the PR is created. This only...
## Changes This change allows automerging when rebaseWhen=conflict. Previously there was no way to allow not behind branches to auto merge. It does this by updating the branch check logic...