-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link Analysis from home page #2595
Conversation
16a65c2
to
96259f7
Compare
9b2d6ee
to
7241354
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @serras !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @serras !
// maps to 'Employee' in parallel using 'parZip' | ||
val audrey = parZip({ "Audrey" }, { company("Arrow") }) { | ||
name, company -> Employee(name, company) | ||
} | ||
val pepe = parZip({ "Pepe" }, { company("Arrow") }) { | ||
name, company -> Employee(name, company) | ||
} | ||
// hires in parallel using 'parTraverse' | ||
return listOf(audrey, pepe).parTraverse { hire(it) } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to check how this affects the website.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked locally, and this snippet fits exactly the side of the code block, without any scroll bars (horizontal or vertical).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for checking @serras!!
This tracks the progress of replacing Meta in the main page with Analysis:
arrow-analysis-lines
andarrow-analysis-lines-white
versions of the SVGs inarrow-site/docs/img/home
(temporarily usingcolor
for everything)