Public signup for this instance is disabled. Go to our Self serve sign up page to request an account. Report potential security issues privately
For example:
Seq((1, 11), (2, 22)).unzip._1
should change to
Seq((1, 11), (2, 22)).map(_._1)