Giter VIP home page Giter VIP logo

git-sticker's People

Contributors

4eyedengineer avatar adamgarcia4 avatar adryan30 avatar aethelbrad avatar ananta avatar armspkt avatar cecile-lebleu avatar chandankkrr avatar codediodeio avatar dev967 avatar devwolf75 avatar flozender avatar icanc0 avatar infrasync avatar iscii avatar jorden-quast avatar kason-13 avatar kseikyo avatar larrylarry1 avatar mart100 avatar martinnemi03 avatar mayankshrivastava17 avatar nemo369 avatar pl4nty avatar prateekgurnani10 avatar rayanbassetti avatar sauravgarg001 avatar sinithh avatar therealdarkcoder avatar willllvu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

git-sticker's Issues

Stickers?

Are you guys still giving out stickers, I haven't gotten anything could you check if I qualify? Thought I did. Thanks!

Will you still accept PR's for this project

I know you might be out of stickers, but I think I will get a GitHub badge if you accept my PR (so I would still get a digital 'sticker' :)

I already submitted a PR I just need you to merge it.

Regardless: great video as always!

Is this repo still live?

What do you think about this issue, which has not received any updates for the last 2 years, does it work?

Hey Jeff! Use this script to automatically merge all the PR's

Hi @codediodeio ,

Pretty sure you don't want to manually merge all these PR's. So you can use the below bash script to do some of the heavy lifting. You'll need to modify it for your decryption step to be automated as well, but this should be a good starting point.

Disclaimer: The auto merging will only work if there aren't any merge conflicts, so here's hoping ๐Ÿคž๐Ÿป

# List all pull requests to master and grab the first half (before space) of each line
git ls-remote origin 'pull/*/head' | awk '{print $1}' |
# Loop through all the lines
while read ref; do
  # Clean up the line
  pr=$(echo $ref | cut -d/ -f3)
  echo "Attempting to automatically merge and decrypt from pull request $ref"
  # Merge the PR automagically (if it is valid)
  git merge --no-ff $ref -m "Auto merge of pull request $ref"
done
# Once everything is merged, loop through all text files in stickers dir
for entry in stickers/*
do
  echo "Attempting to decrypt $entry"
  # Maybe your script should take a file name as an arg? Then you can use the below
  address=$(npm run test --someArg $entry)
  # Do something with your decrypted address :)
  echo $address
done

Typo in readme

Your commit must contain only 1 file. Verify that you did not change any existing code before making your PR. Do not commit any automatically modified yarn or package-json.lock files.

I think you meant package-lock.json, not package-json.lock, heh.

1

1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.