Skip to content
View hrothwell's full-sized avatar
  • Target
  • 03:57 (UTC -07:00)
Block or Report

Block or report hrothwell

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. mal-cli mal-cli Public

    CLI that interacts with MAL API

    Kotlin 2

  2. Using Mongodb Kotlin drivers with de... Using Mongodb Kotlin drivers with default KMongo codec
    1
    /**
    2
     * Q: Why use KMongo's default codec over the official Mongodb Kotlin drivers' default codec or Kotlinx.serialization?
    3
     * A: Having been using KMongo for several years at an enterprise level, having to switch to a new codec or
    4
     *    rework all of our data to be handled via this new codec seemed like more effort than it was worth at the moment.
    5
     *