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

Block or report andreadev-it

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 Loading

  1. stacking-contexts-inspector stacking-contexts-inspector Public

    Documentation and source for the CSS Stacking Contexts Inspector devtools extension

    JavaScript 358 5

  2. bg-script bg-script Public

    Library to simplify the communication between content and background scripts in browser extensions

    JavaScript 2

  3. workspaces-rs workspaces-rs Public

    A simple CLI utility to quickly switch between folders with a fuzzy finder

    Rust 1

  4. langtime langtime Public

    A rust library to parse english dates

    Rust

  5. Little react hook to create a state ... Little react hook to create a state varaiable that is also preserved in localstorage any time it changes
    1
    /*
    2
     * To see an example on how to use this hook, check out this codePen: https://codepen.io/andreadev-it/pen/NWgaWwz
    3
     */
    4
    
                  
    5
    import { useState, useEffect } from 'react';
  6. How to view images in neovim How to view images in neovim
    1
    This is a basic guide that allows you to see images previews inside of neovim.
    2
    The image will be generated via [timg](https://github.com/hzeller/timg) and the output will be shown inside the vim buffer.
    3
    
                  
    4
    ## Prerequisites
    5