jayree

Results 6 issues of jayree

Is it possible to restore the v5 class export? `module.exports.UpdateNotifier = UpdateNotifier;`

## I'm fixing a bug or typo - [X] if this is your first time contributing, run `npm run add-contributor` and follow the prompts to add yourself to the README...

## I'm adding logic to read global and system git config: - [x] document the parameter in the JSDoc comment above the function - [X] add a test case in...

I recently discovered that the results of statusMatrix are different on Windows and Linux. `unmodified` files (`[1,1,1]`) are listed on windows as `modified, unstaged` (`[ 1, 2, 1 ]`) See:...

Change the behaviour of coTopic completion to complete commands and flags

### Summary `ComponentSet.fromSource()` ignores `components` which are `markedForDelete` in `include` filter. ### Steps To Reproduce - create a `componentSet` with components and mark them for deletion. - use this `componentSet`...

bug
investigating
validated