Skip to content
View oneEyedSunday's full-sized avatar
🤙
Working from home
🤙
Working from home
Block or Report

Block or report oneEyedSunday

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. Reduce lambda size by stripping dev ... Reduce lambda size by stripping dev dependencies
    1
    {
    2
      "scripts": {
    3
          "lint": "node node_modules/eslint/bin/eslint.js src --config ./.eslintrc.json",
    4
          "lint:fix": "npm run lint -- --fix",
    5
          "pre-package": "npm run lint && mv node_modules full_node_modules && npm prune --production",
  2. frain-dev/convoy frain-dev/convoy Public

    The Cloud Native Webhooks Gateway

    Go 2.3k 126

  3. dotNet-playground dotNet-playground Public

    Playground for dotnet apps

    C# 1

  4. betaquick/https-cert-watcher betaquick/https-cert-watcher Public

    Create a https server while watching for certificate changes

    JavaScript 2

  5. go_playground go_playground Public

    Playground for Golang code

    Go