Skip to content
View allancalix's full-sized avatar
Block or Report

Block or report allancalix

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. clerk clerk Public

    Sync Plaid transaction data to a local database.

    Rust 4

  2. kratos-ui kratos-ui Public

    A ReScript React implementation of Kratos browser authentication flows.

    JavaScript 6 1

  3. ripgrep-bin ripgrep-bin Public

    A small wrapper around the excellent ripgrep binary

    Makefile 1

  4. rplaid rplaid Public

    An async client library for Plaid APIs.

    Rust

  5. dotfiles dotfiles Public

    Dotfiles for *NIX environments

    Nix 1

  6. datelock.js datelock.js
    1
    #!/usr/bin/env node
    2
    // A simple script that checks for the existence of a "datelock" file. If one
    3
    // exists, either returns 1 (error) or 0 (success). I use this to periodically
    4
    // update files when a shell starts.
    5
    //