Philippe Serhal

Results 81 comments of Philippe Serhal

@lijunle could you please pin this issue for discoverability?

FWIW, this can also be the behavior if you haven't properly followed the installation instructions and run `bash install.sh` as prescribed. In that case the binary isn't present at all,...

There are various reasons why one might want a `never` option for this rule, to forbid the use of unchained lodash methods that have native equivalents. I don't think this...

I believe I fixed this in https://github.com/wix/eslint-plugin-lodash/pull/220 but my PR's being ignored. 🤷‍♂

I can imagine #201 being unnecessary if this one is implemented, as this one is a superset. Perhaps this one could even have a flag like `forbidMethodsWithNativeEquivalent` (someone can come...

@TSMMark Sorry, unfortunately no, I never got around to drafting this, since I got no feedback from the maintainers. I only see two PRs merged in the last 16 months...

Duplicate of https://github.com/browserify/module-deps/pull/143 (which has been open for 2 years and hasn't been merged...).

FWIW this bug makes policy-bot nearly unusable with certain git workflows (if you frequently open PRs against the feature branch your feature branch is branched off, to get early feedback,...

I think you're on to something - to rephrase, what we really want is to only enable policy-bot checks for protected branches (in our case, just `master`). So if a...

Looks like someone reached out privately to @trentm to disclose a vulnerability and they patched the module. While they were here for the first time in years, they fixed CI...