This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package net.degoes.zio | |
| import zio._ | |
| import java.io.IOException | |
| import scala.annotation.tailrec | |
| import scala.concurrent.ExecutionContext | |
| trait Helpers { | |
| implicit class ZIOExtensions[R, E, A](zio: ZIO[R, E, A]) { | |
| val exited: ZIO[R, Nothing, Int] = zio.fold(_ => 1, _ => 0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .idea/* | |
| !.idea/runConfigurations/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Ask for the user password | |
| # Script only works if sudo caches the password for a few minutes | |
| sudo true | |
| # Install kernel extra's to enable docker aufs support | |
| # sudo apt-get -y install linux-image-extra-$(uname -r) | |
| # Add Docker PPA and install latest version | |
| # sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9 | |
| # sudo sh -c "echo deb https://get.docker.io/ubuntu docker main > /etc/apt/sources.list.d/docker.list" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Liquibase SBT dependency is something like this: | |
| // "org.liquibase" % "liquibase-core" % "3.0.5" | |
| import java.sql.Connection | |
| import liquibase.Liquibase | |
| import liquibase.resource.FileSystemResourceAccessor | |
| import liquibase.database.DatabaseFactory | |
| import liquibase.database.jvm.JdbcConnection | |
| import liquibase.resource.ClassLoaderResourceAccessor | |
| import net.liftweb.common.Logger |
People
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |

