Skip to content
View mikkurogue's full-sized avatar
🇫🇮
🇫🇮

Organizations

@BigMile

Block or report mikkurogue

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
mikkurogue/README.md

GitPulse Verified

pub struct Mikku {
    pub name: &str,
    pub location: &str,
    pub languages: Vec<&str>,
    pub editor: &str,
    pub os: &str,
    pub periphs: (&str, &str),
}

impl Mikku {
    pub fn new() -> Self {
         Mikku {
            name: "Mikku",
            location: "Vantaa, Finland",
            languages: vec!["rs", "ts", "go"],
            editor: "Neovim",
            os: "Arch Linux",
            periphs: ("Corne 58 split keyboard", "MX Master 4s"),
        }
    }
}

Full stack programmer. Finnish/Dutch

Mythic raider in WoW, I like games and anime alongside my programming.

Currently working on srcvault, a git forge alternative.

Rust makes it hard to write bad code by making it hard to write code in general.

Pinned Loading

  1. peekr.nvim peekr.nvim Public

    Small neovim plugin for floating window LSP peek ui for definitions, references, symbols etc.

    Lua 3

  2. ts-analyzer ts-analyzer Public

    TypeScript error parser for more readable and actionable errors at a glance. A robust static analysis tool

    Rust 5

  3. kunai kunai Public

    A lightweight daemon for niri to setup keyboard layout detection for multi layout and multi keyboard users

    Rust 5 1

  4. tta tta Public

    small tool to list duplicated types in a typescript project

    Rust 1