Skip to content
View gonecase's full-sized avatar

Highlights

  • Pro

Block or report gonecase

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
gonecase/README.md

← ↑ → ↓ ↔ ↖ ↗ ↘ ↙ ← ↑ → ↓ ↔ ↖ ↗ ↘ ↙ ← ↑ →

I am Arjuna / அர்ஜுனா

Most constant updates here:
https://www.arjunashankar.com/

🔭 I’m currently working on BWV 1012 on nylon guitar
🌱 I’m currently learning Rust
👯 I’m looking to collaborate on some SVG Tooling
💬 Ask me about SVGs, React, CMSes, Javascript, Enterprise Applications
📫 How to reach me: https://www.arjunashankar.com/

← ↑ → ↓ ↔ ↖ ↗ ↘ ↙ ← ↑ → ↓ ↔ ↖ ↗ ↘ ↙ ← ↑ →

Pinned Loading

  1. agilityMiddleware.js agilityMiddleware.js
    1
    import createApi from './helpers/api';
    2
    import _ from 'lodash';
    3
    
                  
    4
    const siteMapItemFromContentId = (sitemap, contentID) => {
    5
      const paths = Object.keys(sitemap).filter(path => !!sitemap[path].contentID && `${contentID}` === `${sitemap[path].contentID}`);