Vladimír Gorej

Results 498 comments of Vladimír Gorej

@kyle-apex thanks, I confirm I could reproduce. So the first thing we need to figure out what is difference between loading mechanism and where. And then fix that particular buggy...

Hi guys, Let's start the conversation about this. Give us some time to study the problem and possible solution. These are the resources I've been able to gather so far...

Good point raised on TDC Meeting: naming within `Components Object` will be challenging

http://ramdajs.com/docs/#pick, http://ramdajs.com/docs/#pickAll or http://ramdajs.com/docs/#pickBy doesn't satisfy your usecase ?

Ahh I get it. You want intersection of the list of the possible keys and the real ones.

intersectKeysWith = curry(fn, keys, obj) => ...); IntersectKeys = intersectKeysWith(has); Does it make sence ?

Do this after we have #367 ready.

Executing upon this. More attractive readme and freecodecamp advices already processed. I still need to do submissions to the sites mentioned in hackernoon article.

Hi @eakray, Is there a reason you closed this PR? I was going to provide code review during today?

@eakray thanks for contributing! I'll do the review during the weekend. Meanwhile have a look at this model PR: https://github.com/char0n/ramda-adjunct/pull/1480/files Every new feature need to come with 5 files. See...