Kurt von Laven

Results 219 comments of Kurt von Laven

@mcarifio, does [asdf reshim](http://asdf-vm.com/manage/core.html#reshim) solve your problem? [Sure looks like you got your wish!](https://github.com/asdf-vm/asdf-plugins#plugin-list)

I suspect these matters as well as #466 may all be addressed in one shot by replacing the [buggy gitignore-to-glob](https://github.com/EE/gitignore-to-glob/blob/master/lib/gitignore-to-glob.js#L33-L39) with [`git check-ignore`](https://git-scm.com/docs/git-check-ignore) and not bothering to support the `gitignore`...

Apologies, I just realized this issue pertains to `.jscpd.json`, not `.gitignore`. In any case, it looks like there is also [@gerhobbelt/gitignore-parser](https://www.npmjs.com/package/@gerhobbelt/gitignore-parser), which unlike parse-gitignore appears to still suit your purposes...

@borys-pc33, I am not able to reproduce your issue. I recommend posting your .jscpd.json on Stack Overflow and asking about it there.

Yeah, that would be helpful, in particular so your .gitignore can be seen. I don't see any issue with your .jscpd.json off hand. I don't think our issues are related....

Apologies, @borysl; somehow I completely missed your message. Your configuration issue was quite tricky and ultimately unrelated to the issue I originally reported. Here is a patch: borysl/jscpd-test#1. If we...

There is already a `maxLines` option, so I wonder if a `maxCols` option would help in cases like this.

Makes sense to me since you already have `minTokens`.

@tcort, please let me know if there's anything I should change about this pull request.

This issue was introduced in marked 4.0.17, most likely by markedjs/marked#2483, and can be fixed by pinning marked to 4.0.16. See markedjs/marked#2518 for more details and a reproduction.