Felix Becker

Results 540 comments of Felix Becker

@jharting Please note that `$validateIncludedElements` is private API (and has been renamed in v4).

I have another case where `React.Children.map().flat()` gets flagged by `prefer-flatmap` even though `React.Children` has no `flatMap()` 😕

As far as I understand sequelize uses th id from `dataValues` to generate the `WHERE` clause, but should use it from `_previousDataValues`

Personally I feel like semver ranges as used by npm, Composer etc. are more popular and more intuitive

@phamhuyhoang95 Feel free to do a PR

@josser If you just want to build the query, you can use the `QueryGenerator`

I honestly would love to a rule to forbid _all_ casts. In other languages you often need to cast, but in TypeScript you can almost always use type guards instead.

Awesome! But on second thought, I'm not sure if throwing all these different things into the same rule is good. Casting has _some_ use cases, and for a lot of...

I see your point, but it's more like "warn against assertions in general, error on `` assertions" which doesn't sound that weird to me. We definitely need to check in...

@bradzacher I just wanted to reiterate that the change to merge them together was not a good one in my eyes. I just upgraded us to 2.3.0, and can no...