Dejan Toteff

Results 100 comments of Dejan Toteff

@8bu I will close the issue for restore of `R.addIndex` and I will try to fix the typings of `R.find` to allow you to use the index argument.

I saw the PR in question and I will try to implement its logic. I will keep you informed on the progress.

I started implementing your suggestions. One thing to share is that `R.adjust` doesn't pass index to the function argument, as it doesn't iterate over the list.

As for the rest of the changes - I just applied them to `Rambda` repo and will be published with the upcoming `5.9.0`. In `Rambdax` these changes will come with...

@cjk `R.chain` is added in `Rambda` and will be added to Rambdax with version `4.0.0`. https://github.com/selfrefactor/rambda#chain

@agriffis Yes, I am still interested in adding more methods, so please share more of this list of missing methods.

It didn't work for me either(at `Ubuntu`).

Thanks for filling the issue. I'll try to get back to you once I have time.

Looking at the implementation of Lodash.cloneDeep, this might require a lot of work. I will still try to make it work for your case, but in any case, I will...

I just tested it and I am about to close the issue. It seems that Ramda.clone also doesn't work with: ``` const mockObjectId = new mongoose.Types.ObjectId(); const cloned = Ramda.clone(mockObjectId)...