Skip to content
View mrnkr's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report mrnkr

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. react-native-expo-fancy-alerts react-native-expo-fancy-alerts Public

    Inspired on nativescript-fancyalert by Nathan Walker - A simple, basic implementation of the beautiful alerts that lib brings to the table

    JavaScript 36 16

  2. json-api-dotnet/JsonApiDotNetCore.MongoDb json-api-dotnet/JsonApiDotNetCore.MongoDb Public

    MongoDB support for JsonApiDotNetCore.

    C# 13 9

  3. flutter_redux_hooks flutter_redux_hooks Public

    Forked from brianegan/flutter_redux

    A library that connects Widgets to a Redux Store using hooks

    Dart 6 4

  4. redux_toolkit redux_toolkit Public

    Dart port of the official, opinionated, batteries-included toolset for efficient Redux development

    Dart 7 1

  5. My .zshrc My .zshrc
    1
    # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
    2
    # Initialization code that may require console input (password prompts, [y/n]
    3
    # confirmations, etc.) must go above this block; everything else may go below.
    4
    if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
    5
      source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
  6. nvim-config nvim-config Public

    My minimal neovim config for javascript development

    Vim Script