Jonathan Baldwin

Results 7 comments of Jonathan Baldwin

theres also https://builtwithaurelia.com/

regarding #183, Instead of displaying a diff/additional dependencies, could we shift to making snapshooter extensible, e.g. - with global events such as an `event OnAssertionFailed` event that can be globally...

okay thanks! I'll give it a try today

hey @AlexanderLanin, I have an implementation but the performance in large projects is so poor its currently not in use (see [isIgnored](https://github.com/jbockle/format-files/blob/master/src/ext/utilities/git.ts#L14)). I'm thinking a more performant option would be...

I think this may be a better solution, list all the ignored files by git using `git ls-files --others -i --exclude-standard` then filter out files in that list

hi WORMSS, can you submit a PR please?

thanks for the suggestion - would that result in a race condition as the event listener may be called after the request is sent?