DEV Community

Discussion on: Hacktoberfest Completion Thread

Collapse
 
itsasine profile image
ItsASine (Kayla) • Edited

Boom, my first Hacktoberfest is done!

4/4 complete!

I'll still poke around a bit, but I made the most of my 6 day mini vacation by helping out around the internet :D


To get my feet wet:

fix readme link markdown #4

ItsASine avatar
ItsASine commented on Oct 05, 2019

Super minor, but the spaces mean the links aren't rendered correctly in Github

To fix a bug I submitted earlier this year:

Update stats for Generation 7 (fix #1) #2

ItsASine avatar
ItsASine commented on Oct 19, 2019

I updated the R script to generate each CSV instead of just gen 7 as well as updating these Pokemon's stats: Arbok, Dugtrio, Mega Alakazam, Farfetch'd, Dodrio, Electrode, Exeggutor, Noctowl, Ariados, Qwilfish, Magcargo, Corsola, Mantine, Swellow, Pelipper, Masquerain, Delcatty, Volbeat, Illumise, Lunatone, Solrock, Chimecho, Woobat, Crustle, Beartic, and Cryogonal (Stats source: bulbapedia.bulbagarden.net/wiki/Ge...)

I notice my Mac generated the CSVs with quotes around strings and may have made the special characters in names wonky (Female Sign, Male Sign, and Acute e). I can clean those all up if you want.

Merging code I found laying around...:

Analyze data #4

ItsASine avatar
ItsASine commented on Oct 19, 2019

I don't remember why I never merged this...


(I'll admit that one was dumb -- my original plan was to rewrite the thing in R to make it feel worth counting, but I couldn't find the original code to rewrite. Ends up I never merged it to begin with.)

Found a fun series of emoji projects to help bolster:

Add "Pour Some Sugar On Me" by Def Leppard #363

ItsASine avatar
ItsASine commented on Oct 22, 2019
  • [x] 🔎 Have searched the data.js file and Pull Requests to make sure that you are not adding a duplicate.
  • [x] 🖍️ Place the song(s) are placed in alphabetical order based on title inside of the data.js file.
  • [x] 🖍️ The artist(s) and featured artist(s) are all inside of square brackets [ ] and each are individually wrapped in quotation marks and have a comma between each one. (such as submitting this "artist": ["Lady Gaga","Bradley Cooper"] and not this "genres":["Lady Gaga,Bradley Cooper"]).
  • [x] 3️⃣ There are at least three emojis listed under emojiImgs
  • [x] 6️⃣ There are a maxium of six emojis listed under emojiImgs.
  • [x] 🖍️ There is a link to an official music video or performance under musicVideo. If there is no official video, I have added an empty string.
  • [x] 👍 The pull request has a descriptive title (such as Added Boy With Luv or Added all of Panic at the Disco songs)
  • [x] ⭐ The genres are all inside of square brackets [ ] and each are individually wrapped in quotation marks and have a comma between each one. (such as submitting this "genres": ["k-pop","pop","dance"] and not this "genres":["k-pop, pop, dance"]).
  • [x] 📅 There is a single year under year.

Explanation:

Link to the lyrics: Pour Some Sugar On Me lyrics

Love 💘 is like a bomb 💣
Sugar 🧂 on me 🙋‍♂️
in the name of love 💘

Looked into this issue I've commented on before, buuuuut the fix is hard so nevermind:

Users can not remove a deleted Github repo that has been pinned to their profile. #745

slbelden avatar
slbelden commented on Sep 25, 2018

Bug Report

Current Behavior

A Github repository that has been pinned to a user's profile (in the Integrations section of the profile settings) remains pinned when the Github repository is deleted. However, the repository is no longer listed in the user's profile settings, so it can never be removed.

Expected Behavior

A Github repository that has been pinned to a user's profile is unpinned when the repository is deleted. OR All pinned Github repositories remain visible in the user profile settings even if they have been deleted, so they can be unpinned manually.

Mobile & Desktop Screenshots/Recordings

Note the "Ompi-Journal" pinned repo: 1

The repo is deleted, so it does not apear in this list, and can not be removed: 2

The repo is deleted: 3

Additional Info (device/browser, helpful links)

Problem persists across all devices, browsers, and cache flushes.