Skip to content
View rojanDinc's full-sized avatar

Organizations

@mongodb-labs @kanopy-platform
Block or Report

Block or report rojanDinc

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. rop-monads rop-monads Public

    TypeScript 3

  2. rojandinc.se rojandinc.se Public

    Project for the website rojandinc.se

    JavaScript 1

  3. Swift Result extensions Swift Result extensions
    1
    extension Result {
    2
        func isSuccess() -> Bool {
    3
            switch self {
    4
            case .success(_): return true
    5
            case .failure(_): return false
  4. nvim-config nvim-config Public

    Lua