Skip to content
View romikabi's full-sized avatar
🌱
🌱

Block or report romikabi

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 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 Loading

  1. dotfiles dotfiles Public

    Quick environment setup

    JavaScript

  2. Enables `ignore whitespace` and `own... Enables `ignore whitespace` and `owned-by` settings on a github PR upon opening the diff page. Intended to be used as an Arc Browser Boost
    1
    const urlApplicable = (url) => {
    2
      // Only adding params if there is no `w` (w=0 stays in the URL when turning whitespace back on from UI)
    3
      return url.pathname.endsWith("/files") && !url.searchParams.has('w');
    4
    };
    5
    
                  
  3. swift-busy-tag swift-busy-tag Public

    Swift library to control a BusyTag device

    Swift 2