Dejan Toteff

Results 100 comments of Dejan Toteff

> Any plans to support Map and Set in the future? Can you be more precise? I suppose you mean that you can use Rambda.filter for example with Set and...

Thank for reporting this issue @iwinux The README.md is used to create `docsify` site, that is published at https://selfrefactor.github.io/rambda What I can do is make github README from `docsify` document....

Thank you @LAC-Tech for the suggestion. I have to say that I like the idea as there is solid reasoning behind it. Please suggest a name that is still available...

One suggestion is `funto`, because FUNctional programing is FUN-TO write

Lets pick more suggestions for name before deciding which one to be. I have one more - `Serval`, which is one of fastest mammals, because Rambda library is fast library.

I am thinking that keeping `R` as a start letter makes sense as the library still supports Ramda API. Few short words starting with `R`, that are free on NPM:...

Thanks for filling this issue. I will look into it and get back to you.

I added this test: ``` test('with function inside object', () => { const result = mergeRight({a:1}, {b: () => 1}) expect(typeof result.b).toBe('function') }) ``` which passes. The issue is related...

will take a look at it, but there is linting enabled, but it is missing in CONTRIBUTING.md and it will be updated.

FIrst, I want to say sorry for my late reply. Second, I see few issues arising from this MR: - we'll increase the minimum TS version which works with latest...