Kevin Goslar

Results 169 issues of Kevin Goslar

Many end-to-end tests first define branches and then commits in these branches: ```cucumber Given the feature branches "active" and "old" And the commits | BRANCH | LOCATION | MESSAGE |...

idea stage

Go through all feature specs and remove uncommitted files where it makes sense.

- [ ] `git town config perennial-branches add ` marks the given branch as perennial - [ ] `git town config perennial-branches remove ` removes the given branch from the...

- https://containers.dev - https://www.infoq.com/articles/devcontainers - https://www.gitpod.io ### why - easier for others to contribute

- [ ] the "diff-parent" command exists but is not mentioned on the website - [ ] https://www.git-town.com/advanced-dev-commands.html shows more commands than are in the menu - [ ] add...

it should already do this but it's good to document this via a feature spec

### why is this needed Updating such heavily outdated branches in one step often results in unnecessary merge conflicts because the foundation on which the changes in the branch have...

idea stage

### Description WiX provides several binaries in `C:\Program Files (x86)\WiX Toolset v3.14\bin`. This directory is not in the PATH environment variable. ### Platforms affected - [ ] Azure DevOps -...

awaiting-deployment
Area: Scripting and command line
OS: Windows
bug report

using ES6 destructuring syntax ``` javascript {isString} = matchPattern.getLodashModule() // Example usage: var testValue = {a: 1, b: 'abc'} var failResult = matchPattern(testValue, {a: isString, b: 'abc'}) ```