Dejan Toteff

Results 100 comments of Dejan Toteff

ok, I see in: ``` if(result){ iterable // $ExpectType 'foo bar' } ``` the actual value of this MR, but what about the `else`: ``` const result = endsWith(target, iterable)...

One more note. Such typings: ``` export function endsWith(target: CheckEnd, str: Full): string extends Full | CheckEnd ? boolean : Full extends `${string}${CheckEnd}` ? true : false ``` gives us...

There is a test in `rambda-scripts` repo, that tries to find the first version of TS which works with Rambda. I am not fully sure that the change will increase...

Thanks for this MR - it looks really nice. I will try to move forward with next Rambdax version, but it won't happen this month. I will keep you informed...

R.whereAny - https://github.com/ramda/ramda/pull/2925

R.partition support objects

@cjk Good suggestion. I will get back to you when I have a proposal for method's specification.

@8bu I see your valid point - I will restore `R.addIndex` but I may need 2 more weeks for that as I am in the middle of building the next...

wonderful, but you have to keep in mind that the PR should be for `Rambda` repo, not `Rambdax`, as not this repo serves only as output, while Rambda holds all...