wangzengdi

Results 37 comments of wangzengdi

> documentation no longer categorizes the functions (ie list, string, function, object), is this intended? Thanks for your report. This is not intended, I've found what's wrong, and will make...

> @kedashoe I see the signatures again. Not sure why I didn't see them before, maybe something about that 277 MR made them work again Yes, the generating of sig,...

@CrossEye @kedashoe I've just created an [Upgrade Guide](https://github.com/ramda/ramda/issues?q=label%3A%22upgrade+guide%22) for this version, which includes more details.

We can give each matched api with different weight using regex. For example, each api's weight starts with 0, if api's name begins with `input` characters, its weight +2; else...

Good suggestion. There are almost 300 hundred functions in ramda, too many to learn/search.

My usage status 4 years ago is here: https://github.com/adispring/statistic_ramda/blob/master/ramda-status.md

@ivanchoff @sooqua I found out that, if not do some extra config, `js-react-redux-yasnippets` will not register its snippets dir to `yas-snippet-dirs` automatically. ```elisp (use-package js-react-redux-yasnippets :after yasnippet ;; will not...