2020-07-01から1日間の記事一覧

val (t1, t2): (Rep[A], Rep[Option[B]]) ... if ((t2.map(_.B.isDefined) && t1.A < t2.flatMap(_.B)) == LiteralColumn[Boolean](true)) { t2.flatMap(_.B).get } else { t1.A } ↓ val (t1, t2): (Rep[A], Rep[Option[B]]) ... t2.flatMap(_.B).fold(t1.A)…

swift + emacsでやろうとしたけど

どうせなので今回は ubuntu に emacs いれてみようかなと おすすめされえた2つをいれとく、 cmigemo sudo apt install cmigemo agコマンド sudo apt install silversearcher-ag https://www.yokoweb.net/2018/05/07/ubuntu-18_04-desktop-emacs25/ www.atma…