Jon Schlinkert

Results 1096 comments of Jon Schlinkert

sure, I'd like to. I'll plan on it, PR welcome too :)

sorry I wasn't feeling well today. I'll take a look tomorrow morning

Honestly, I probably forgot about them when I did that. I'll take a look at both modules. If I remember correctly, I wanted to change something in unifixy to be...

is this based on actual usage or theoretical based on a typo in the readme?

ok, I'll make this change next as soon as I get a chance. A pr would also be great if someone beats me to it. thanks

Let's revisit as soon as we get the glob-parent issue resolved. I think that will determine what we do here, and I think we're pretty close

that's not a glob pattern. `!` is a valid path character. To use negation inside of a path, you need to use a valid extglob, which would be `a/b/c/!(foo)` edit:...

> then its a fix in glob-base/test.js, right? Exactly > can I change this to, I think that's correct, except it looks like you would also need to add `glob:...