Skip to content
View mertant's full-sized avatar
Block or Report

Block or report mertant

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Opetushallitus/hakurekisteri Opetushallitus/hakurekisteri Public

    Suoritusrekisteri

    Scala 2 3

  2. Opetushallitus/scala-utils Opetushallitus/scala-utils Public

    Opetushallituksen Scala projektien yhteiset yleiskäyttöiset osat

    Scala

  3. Opetushallitus/valinta-tulos-service Opetushallitus/valinta-tulos-service Public

    Valintatuloksien REST-rajapinta

    Scala 2

  4. Opetushallitus/valintalaskentakoostepalvelu Opetushallitus/valintalaskentakoostepalvelu Public

    Java

  5. FS2 Kafka + ScalaPB example FS2 Kafka + ScalaPB example
    1
    /* Dependencies:
    2
    3
      Seq(
    4
        "co.fs2"               %% "fs2-core"        % "3.9.4",
    5
        "com.github.fd4s"      %% "fs2-kafka"       % "3.2.0",
  6. GitHub CLI cheat sheet GitHub CLI cheat sheet
    1
    ## Install (MacOS); Check version is >= 2.43 as the --json option was added in https://github.com/cli/cli/pull/8474
    2
    brew install gh 
    3
    gh --version
    4
    
                  
    5
    ## Run in repo root...