Closed cbenz closed 7 years ago
Rendered as;
edit: the purple highlight is from Firefox, not from the application
Sorry, I didn't tell but this highlight is just Firefox one, and was intended to help the reviewers to evaluate the algorithm.
I could add a real highlight though.
this highlight is just Firefox one
Aaah ok, since you wrote “rendered as” I thought this was the actual rendering :)
I could add a real highlight though.
Would be cool, but not in this PR, and definitely not overriding any of the other prioritised items in this sprint 😉
I tried to make the search algo more understandable, please tell me if that's better.
It seems there was an issue with diff rendering in GitHub, I just commented on stuff you had already fixed 😕
The ascend
function was added in a recent version of Ramda.js.
@MattiSG The node_modules
directory on your machine may not have been updated by npm install
for some weeks.
The continuous integration does npm install
from scratch so this problem was not caught. Adding tests wouldn't have either.
That's the job for a
prebuild
package.json
script, I'll add it later.
Should get a bonus for exact match:
I leave it up to you to see if this is included in this PR or not.
Connected to #52