Skip to content
View jaredbarranco's full-sized avatar

Block or report jaredbarranco

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. fz-tz fz-tz Public

    An API to convert a location and timestamp with unknown timezone to an ISO8601 timestamp with "fuzzy" timezone

    Go

  2. pm-agent pm-agent Public

    An agent for managing Project Management tasks

    TypeScript

  3. .files .files Public

    For personal dot file management

    Shell

  4. kickstart.nvim kickstart.nvim Public

    Forked from nvim-lua/kickstart.nvim

    A launch point for my personal nvim config

    Lua 1

  5. curl -v for fetch() curl -v for fetch()
    1
    //@ts-ignore
    2
    async function debugFetch(url, options = {}) {
    3
    	console.log('--- Fetch Request ---');
    4
    	console.log('URL:', url);
    5
    	//@ts-ignore
  6. lukasjhan/winston-opensearch lukasjhan/winston-opensearch Public

    An opensearch transport for winston

    JavaScript 1 2