Brian B

Results 6 comments of Brian B

@Chaitanya7666 You're right about the `fired` and `firing` terms - they're pretty consistent throughout the site I guess it was more the _"fired on an object"_ vs _"fired at an...

You're right about this one. The implementation shown doesn't match the features of `_.get` - path can be a string OR array of strings - returns `undefined` if object doesn't...

Would it be worth updating the [select docs](https://www.ngxs.io/concepts/select) with a note on the deprecation, with the alternative approach highlighted e.g for people who aren't aware and start on a new...

> Maybe functions could be FP-altered in `src/functions.js`. Like: > > ``` > // Helper func for reversing a binary function > flip = func => args => func(args[1], args[0];...

This is probably one of the reasons the docs say `(may not) need lodash` Likely a few steps needed here for this replacement - copy the array: spread or concat...

> @mmalerba The lightweight placeholder idea is a great idea! Hope it can be added as opt in. The only mystery left is the so called fix using the absolute...