Skip to content

Instantly share code, notes, and snippets.

View stoneream's full-sized avatar

Ishikawa Ryuto stoneream

View GitHub Profile
import org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
import org.apache.pekko.http.scaladsl.Http
import org.apache.pekko.http.scaladsl.model.StatusCodes
import org.apache.pekko.http.scaladsl.model.ws.{Message, TextMessage, WebSocketUpgradeResponse}
import org.apache.pekko.stream.scaladsl.{Keep, Sink, SinkQueueWithCancel, Source, SourceQueueWithComplete}
import org.apache.pekko.stream.{OverflowStrategy, QueueOfferResult}
import org.scalatest.funsuite.AnyFunSuiteLike
import org.scalatestplus.play.guice.GuiceOneServerPerTest
import scala.concurrent.duration.Duration
@stoneream
stoneream / wsl2-with-1password-info.md
Created October 5, 2024 18:20 — forked from WillianTomaz/wsl2-with-1password-info.md
Instructions for using 1Password SSH Agent with WSL2 (on Windows 11)

Saturday, April 22, 2023

How to Use 1Password SSH Agent with WSL2 (on Windows 11)

  • Note:

    • Always look for the official documentation, this tutorial may not suit you as there are new updates to the installation process.
    • References are at the end of the document.
  • Was used:

    • Windows 11 (x64)
    • WSL 2 (Ubuntu 22.04.2 LTS)