pr emoji

Posts tagged with :pr:

toonnongaeoy
@toonnongaeoy7+
Finally, Thai version of the Hack Club global site is up. Thanks, @sampoder for making this project and help me along the way. This also my first translate that I do in public, so if it have any mistake you can tell me and I will fix it right away, or maybe just make a pull request to the repo.
https://scrapbook-into-the-redwoods.s3.amazonaws.com/ff5e1a58-6c47-4fc1-a1c4-c63b9f776245-screenshot_2566-06-04_at_19.23.20.png
spring-of-making emoji
github emoji
goose-honk-technologist emoji
hackclub emoji
pr emoji
sam-1 emoji
jzaleta
@jzaleta6
I finally finished my confetti thing for #angelhacks-site! :angelhacks: github.com/hackclub/angelhacks3/pull/8 :pr: This is my first time working with Next.js :nextjs: and I wanted to see if I could code something with it without reading any docs! *How?* • Well, first I had an error, I couldn't start the dev environment! :pensive-wobble: To fix this I (somehow) installed next globally and that allowed my package.json :npm: to run next build • After that, I wrote the confetti code and implement it on a React :react: component but I also don't know any react so it didn't work :eggsdee: • So I added the confetti code into the already existing PhotoGallery component! :yay: Everything looked good, but then I got this error: ReferenceError: document is not defined :errors: • To fix that, I run my code client side after watching a small tutorial and it ended up like this:
import Masonry from 'react-masonry-css'
import styles from './PhotoGallery.module.scss'
import { Nunito } from 'next/font/google'
import { useEffect } from 'react'

const nunito = Nunito({
  weight: ['400', '800'],
  subsets: ['latin']
})

export function Button({ children, fontSize = '7rem', ...props }) {
  const handleClick = () => {
    import('js-confetti').then(({ default: Confetti }) => {
      const confetti = new Confetti()
      confetti.addConfetti({
        emojis: ['🎮', '👾', '🕹️', '💻', '📸', '🎧', '🎨', '🪽']
      })
    })
  }

  return (
    <button className={styles.button} onClick={handleClick} {...props}>
      <span className={styles.shadow} />
      <span className={styles.edge} />
      <span
        style={{ fontSize }}
        className={`${styles.front} ${nunito.className}`}>
        {children}
      </span>
    </button>
  )
}

function Image({ src, text }) {
  return (
    <div className={styles.photo}>
      <img src={src} width="auto" />
      <p>{text}</p>
    </div>
  )
}

export default function PhotoGallery() {
  useEffect(() => {}, [])
  return (
    <div className={styles.photoGallery}>
      <div className={styles.photos}>
This was very fun to work with, and definitely I need to properly learn Next.js on the future. :salute:
karmanyaahm
@karmanyaahm2
https://scrapbook-into-the-redwoods.s3.amazonaws.com/300e54f4-af1a-4531-a498-b16d39ea1d70-image.png
jzaleta
@jzaleta6
Today I made a PR :pr: to Homebrew :homebrew-mac: to update a few things in the Spanish version of the site! Let's see how it goes! :roo-yay:
https://cloud-i4gmo9sqg-hack-club-bot.vercel.app/0screen_shot_2023-02-18_at_22.14.49.png
wom emoji
yay emoji
pr emoji
homebrew-mac emoji
brianna
@brianna0
https://cloud-johjeued0-hack-club-bot.vercel.app/0img_8376.jpghttps://cloud-282upzd4y-hack-club-bot.vercel.app/0img_8377.jpg
Captain-A.J.
@Captain-A.J.0
Winter Hardware Wonderland Day 1 :winter-hardware-wonderland: #hardware-party A.L.F.R.E.D ButlerBot (PR here: github.com/hackclub/winter/blob/main/Captain-AJ.md) Welcome all to the start of a great adventure! I hope everyone is making great progress on their projects. Personally, I have started building my Autonomous food delivery bot: A.L.F.R.E.D. Which stands for Advanced, Little, Fit, Robot, Education, Device. Today I've just about finished the wheels of my robot, I had some trouble with the suspension due to screw tightness, but all is fixed now! Tomorrow I plan to make a basic remote-controlled robot for testing. I am currently learning about Arduino hardware and software and will start learning C and C++. That's all for now!
https://cloud-kayl641ou-hack-club-bot.vercel.app/0d39b5ad0-127b-4feb-bdcf-bc443baa4cd3.jpeghttps://cloud-7yjfnj041-hack-club-bot.vercel.app/08431e780-0d68-41b7-a49b-799016e4889f.jpeg
AngelaM-U04JQQEC3MF
@AngelaM-U04JQQEC3MF0
:winter-hardware-wonderland: Day 1 of #WinterHardwareWonderland :winter-hardware-wonderland: First of all, I love seeing the progress from different projects so early on! Nice job everyone! As for my project, I am creating an Interactive Digital Art Installation and MIDI Controller. For more info here’s the PR: github.com/hackclub/winter/blob/main/Amagtoto.md So… it was a busy day today so I did not get much done. However, since all the materials arrived considerably early we (my sisters and I) set up the 3D printer and did a couple wacky test prints. I have the cad for the MIDI controller case from the step-by-step tutorial I am following and am planning to print that asap. As for the digital art, I have familiarized myself with TouchDesigner over the past few weeks and so today I learned how to incorporate the webcam into the displays. I plan to set up the projector screen tomorrow. 9 days more to go (hoping to make much more progress soon) :acongablob:
https://cloud-doea68pk2-hack-club-bot.vercel.app/0img_0989.jpghttps://cloud-2cqtil0nu-hack-club-bot.vercel.app/0img_0988.jpghttps://cloud-ka86g4r10-hack-club-bot.vercel.app/0img_0990.jpg
Omay
@Omay2
Made a song for one of my friends sprig games. I've been helping with the development and stuff, and It's probably going to have a pr made sometime in the next week.
pr emoji
wom emoji
sprig-dino emoji
ajs256
@ajs2560
first PR into a hack club project was merged! :merge:
https://cloud-5k2e5cnur-hack-club-bot.vercel.app/0image.png
hackclub emoji
goose-honk-technologist emoji
slash-z emoji
pr emoji
wom emoji
ShaneCelis-U04F7QE6H41
@ShaneCelis-U04F7QE6H410
github emoji
wom emoji
pr emoji
rustlang emoji
abby
@abby0
Created a PR to the Horizon website!
https://cloud-libdcgtlv-hack-club-bot.vercel.app/0screenshot_2023-01-26_at_8.57.19_pm.png
pr emoji
wom emoji
Sean
@Sean7+
did some winter PR's, Bought a new game and just watched netflix lol, have a picture of wilow
https://cloud-p4ce81h4w-hack-club-bot.vercel.app/020220909_063849.jpg
jzaleta
@jzaleta6
Learned about gitub.dev and made my first PR :pr: to Sinerider! :sinerider:
https://cloud-j36fbmv2i-hack-club-bot.vercel.app/0captura_de_pantalla_2023-01-10_a_la_s__12.26.00.png
pr emoji
wom emoji
vsc emoji
sinerider emoji
github emoji
ultrafastparrot emoji
Khushraj
@Khushraj0
Everything for my winter wonderland project is here! :winter-hardware-wonderland: I've also added an annotated picture. Here's my PR: github.com/hackclub/winter/pull/18 Thank you to @belle for reviewing my PR, @MelanieSmith and @DaisyReyes-U046V3EK56W for help with bank and a huge shoutout to everyone working on everything surrounding the grant! Looking forward to building this drone :tw_airplane:
https://cloud-gy2q4pxrz-hack-club-bot.vercel.app/0annotated_part_list.pnghttps://cloud-j6u88d4ky-hack-club-bot.vercel.app/0img_20230108_124443.jpg
ShubhamPatil
@ShubhamPatil0
finally getting around to that winter hardware PR
https://cloud-i763l8n3v-hack-club-bot.vercel.app/0image.png
hardware emoji
pr emoji
winter-hardware-wonderland emoji
wom emoji
ShaneCelis-U04F7QE6H41
@ShaneCelis-U04F7QE6H410
My first pull request to sprig. Remove a duplicate file. You're welcome, macOS folks.
https://cloud-k99i89siy-hack-club-bot.vercel.app/0screen_shot_2022-12-23_at_3.32.39_am.png
pr emoji
wom emoji
sprig-dino emoji
ShawnMalluwa-U04BBP8H9FA
@ShawnMalluwa-U04BBP8H9FA6
Finally finished my first sprig game! (I hope I did the pull request right...)
https://cloud-lg3cdryns-hack-club-bot.vercel.app/0image.png
la
@la0
through some dotfiles funny business, you can now add RSS and atom feeds to my reader (no json though, newsboat doesnt support it :{) to do so, send a PR to THIS FILE >>> github.com/lxjv/dot/blob/main/.newsboat/urls screenshot slightly related
https://cloud-mn13e82gi-hack-club-bot.vercel.app/0image.png
pr emoji
github emoji
cfanoulis
@cfanoulis0
(copying sam) #10-days-in-public D2/10, STK 2 :10daysinpublic: Finished work on clubs spicification! It now lives in PR#422, waiting to be merged. Special hate to graphql for being so complicated (#sorrynotsorry). Now excuse me, as I go and cry over some wave physics. see you tomorrow!
https://cloud-puq0mrk98-hack-club-bot.vercel.app/0image.pnghttps://cloud-7x96gmdel-hack-club-bot.vercel.app/0image.png
graphql emoji
pr emoji
10daysinpublic emoji
SwaritChoudhari-U04B3B5GATT
@SwaritChoudhari-U04B3B5GATT0
https://cloud-628shdk1y-hack-club-bot.vercel.app/0image.pnghttps://cloud-2umi8fdcb-hack-club-bot.vercel.app/0image.png
sprig-dino emoji
github emoji
js emoji
pr emoji
reesericci
@reesericci3
I built out a proof-of-concept implementation for Oblong with CoreDNS of an auto-updating authoritative DNS server with git at the source of truth. You can check it out at qlk.pw, and the repo for the DNS is at github.com/reesericci/qlk.pw (ik i used gh - woops). Send in a PR, and make sure to increment the serial number at the top - and you'll changes should be reflected pretty quickly! It updates every minute or so. I used the git, auto, and root plugins with coredns. here's my corefile:
<http://qlk.pw|qlk.pw> {

  root ./zones

  auto {
   directory . (.*)\.zone {1}
   reload 30s
  }

  git <https://github.com/reesericci/qlk.pw> . {
    interval 30
    branch main
  }

}
https://cloud-5z134t27d-hack-club-bot.vercel.app/0image.png
github emoji
pr emoji
jzaleta
@jzaleta6
Today I worked to add more things to Splatter Paint! I added a GitHub-corner :github:, updated a bit the script and redesign the README! You can check it out at: github.com/javierzaleta/splatter-paint. ⭐ Also my last PR for Hacktoberfest :hacktoberfest-2022: is in review so I will be able to finish the challenge! :tw_tada: :parrotdad:
https://cloud-2ma23oa0b-hack-club-bot.vercel.app/0captura_de_pantalla_2022-10-23_a_la_s__20.56.59.pnghttps://cloud-743uskb9w-hack-club-bot.vercel.app/0captura_de_pantalla_2022-10-23_a_la_s__20.58.08.pnghttps://cloud-a6krx6m07-hack-club-bot.vercel.app/0captura_de_pantalla_2022-10-23_a_la_s__20.57.49.png
jzaleta
@jzaleta6
Added my Hacktoberfest :hacktoberfest: Holopin badges to my GitHub :github: profile! I have one merged PR :merge: and other two waiting for approval, they will get accepted in a few hours. :quad_parrot:
https://cloud-m41s4hmjr-hack-club-bot.vercel.app/0captura_de_pantalla_2022-10-21_a_la_s__21.27.49.pnghttps://cloud-jwnfcyr49-hack-club-bot.vercel.app/0captura_de_pantalla_2022-10-21_a_la_s__21.28.07.png
github emoji
pr emoji
hacktoberfest emoji
yay emoji
Lucas
@Lucas1
Working on a PR Template for the Sprig :sprig-dino:
https://cloud-gzll6xl58-hack-club-bot.vercel.app/0screenshot_20221021-185341.png
la
@la0
my github/docs PR got approved!
https://cloud-oc4pva81p-hack-club-bot.vercel.app/0image.png
github emoji
pr emoji
jzaleta
@jzaleta6
I did a new PR :pr: for #some-assembly-required! :someassemblyrequired: Also my stickers are on their way! 📦 Tomorrow I'll work on my PR to add Spanish to Quartz! 🪴 :obsidian-md:
https://cloud-n1nua55yc-hack-club-bot.vercel.app/0captura_de_pantalla_2022-10-15_a_la_s__22.41.37.pnghttps://cloud-pusndloqb-hack-club-bot.vercel.app/0captura_de_pantalla_2022-10-15_a_la_s__22.44.12.png
obsidian-md emoji
pr emoji
someassemblyrequired emoji
la
@la0
https://cloud-biag6ahlg-hack-club-bot.vercel.app/0image.png
github emoji
pr emoji
thrzl
@thrzl0
day 10 of #10-days-in-public (🎉) made my third hacktoberfest pr
https://cloud-cqpq2m6ur-hack-club-bot.vercel.app/0image.png
tinu
@tinu0
day 5 of #10-days-in-public! I turned grade melon into a pwa using next-pwa and worked on some minor bug fixes. I also submitted a PR for hacktoberfest.
https://cloud-qohumqfjf-hack-club-bot.vercel.app/0screenshot_2022-10-09-17-29-03-19_b783bf344239542886fee7b48fa4b892.jpghttps://cloud-bksktyjd3-hack-club-bot.vercel.app/0screenshot_2022-10-09-17-28-44-70_40deb401b9ffe8e1df2f1cc5ba480b12.jpg
tejasag
@tejasag0
Day 2 of #10-days-in-public! Finally got the image upload stuff to work and opened a PR to #scrapbook :yay:
https://cloud-fwq5slcif-hack-club-bot.vercel.app/0image.png
yay emoji
pr emoji
tw_goat emoji
scrappy emoji
Jaden
@Jaden0
Day 2 of #10-days-in-public Yesterday, I finished Hacktoberfest, but why stop there? Today I'm working on an open source project for Library of Code and learning how to create a PR to GitLab! I've decided to dedicate these 10 days to learning more about open source software.
https://cloud-fscscsa2q-hack-club-bot.vercel.app/0image.pnghttps://cloud-be3st232n-hack-club-bot.vercel.app/0image.png
goose-honk-technologist emoji
hacktoberfest emoji
pr emoji
sampoder
@sampoder0
day 2 of #10-days-in-public! slight detour as I attempted to add multiple currencies to donation forms on Hack Club Bank… learnt a ton about Ruby, Rails & how currencies work. going to make my PR soon!
hackclub emoji
goose-honk-technologist emoji
money_dinosaur emoji
bank-hackclub emoji
pr emoji
tejasbhartiya
@tejasbhartiya0
Day one of #10-days-in-public ! I got started on my first hacktoverfest PR! I spent too long fixing my different python installs since it seems like they all pull from different versions and make a mess! After that I worked on a PR for Pandas which I’m nearly done with; just a few bugs to fix!
https://cloud-ngzqec5y8-hack-club-bot.vercel.app/0img_3161.jpg
hacktoberfest emoji
python emoji
pr emoji
sahitid
@sahitid0
day 1/10 of #10-days-in-public: so i technically did my first official pull request :hyper-dino-wave:
https://cloud-3vig0kiny-hack-club-bot.vercel.app/0sprig.jpghttps://cloud-l08t5jp3a-hack-club-bot.vercel.app/0pull_req.jpghttps://cloud-cwp37omad-hack-club-bot.vercel.app/0git.jpg
jzaleta
@jzaleta6
Wahoo! Been doing more pull requests :pr: to Hack Club! And a lot of homework :sadge:
https://cloud-jwyibqmo5-hack-club-bot.vercel.app/0captura_de_pantalla_2022-09-25_a_la_s__23.50.16.png
jzaleta
@jzaleta6
:pr: :tw_tada: :github:
https://cloud-2cofhiaoc-hack-club-bot.vercel.app/0captura_de_pantalla_2022-09-24_a_la_s__19.29.12.pnghttps://cloud-n3h1oyvuv-hack-club-bot.vercel.app/0captura_de_pantalla_2022-09-24_a_la_s__19.29.43.pnghttps://cloud-jfq3dyxyl-hack-club-bot.vercel.app/0captura_de_pantalla_2022-09-24_a_la_s__19.36.58.pnghttps://cloud-bdhp3k2rl-hack-club-bot.vercel.app/0captura_de_pantalla_2022-09-24_a_la_s__19.36.13.png
github emoji
pr emoji
jzaleta
@jzaleta6
I translated Sprig :sprig-dino: docs into Spanish! This helped me as well to understand better how the engine works. :pr: :gamelab:
https://cloud-cgy8jikdm-hack-club-bot.vercel.app/0captura_de_pantalla_2022-08-21_a_la_s__21.54.44.png
jzaleta
@jzaleta6
I’m going to be translating Sprig:sprig-dino: docs to Spanish! Also I did a PR to update the readme and add some cool things :D :pr: Also got a GitHub error. :errors: :github:
https://cloud-p32jecio9-hack-club-bot.vercel.app/0captura_de_pantalla_2022-08-19_a_la_s__22.13.07.pnghttps://cloud-2ieapd6nu-hack-club-bot.vercel.app/0captura_de_pantalla_2022-08-19_a_la_s__22.13.41.png
pr emoji
summer-of-making emoji
sprig-dino emoji
upvote emoji
rajanagarwal
@rajanagarwal0
coded for 6 hours today! speedran the frontend and backend for an idea i had a while back, made a PR for the hack club apply site & got a bunch of PRs merged for work :catjam:
https://cloud-dur9dnavw-hack-club-bot.vercel.app/0image.png
hackclub emoji
pr emoji
goose-honk-technologist emoji
summer-of-making emoji
jzaleta
@jzaleta6
Wahoo! For more open-source code! :pr: :parrotdad:
https://cloud-pc9b2lo8l-hack-club-bot.vercel.app/0captura_de_pantalla_2022-08-15_a_la_s__22.12.17.png
summer-of-making emoji
pr emoji
wahoo-fish emoji
jzaleta
@jzaleta6
Today I had a bit of free time so I wrote some things for the web dev guide 🌐 and a translation guide for workshops! :merge: :quad_parrot:
https://cloud-b5l6scrvw-hack-club-bot.vercel.app/0captura_de_pantalla_2022-08-14_a_la_s__21.49.14.pnghttps://cloud-7osa40klu-hack-club-bot.vercel.app/0captura_de_pantalla_2022-08-14_a_la_s__21.48.20.png
summer-of-making emoji
pr emoji
kyle
@kyle1
First actual PR, not including dino. I found a typo on one of the workshops where it guided you to name the variable one thing, then another thing later on. :chefskiss:
https://cloud-cc7fkr5t5-hack-club-bot.vercel.app/0image.png
Jaden
@Jaden0
sent a pr to www-assemble and sam accepted it in less than 30 seconds
https://cloud-j3saz63zw-hack-club-bot.vercel.app/0image.png
assemble emoji
pr emoji
sam-1 emoji
summer-of-making emoji
jzaleta
@jzaleta6
Today my scrapbook streaks pr :pr: got merged! :merge: 🎉 Thanks @ella and @caleb for the help! Here's an image that shows how it looked like before without the style and how it looks now! :css: :react: It also show my streak. :cooll-dino: Lastly for this post, here's another screenshot that shows the previous step of my p5.js music visualizer. 🎵
https://cloud-3thtas4l8-hack-club-bot.vercel.app/0captura_de_pantalla_2022-07-11_a_la_s__18.21.35.pnghttps://cloud-arg9dfjro-hack-club-bot.vercel.app/0captura_de_pantalla_2022-07-18_a_la_s__21.29.10.pnghttps://cloud-dpqapt8hv-hack-club-bot.vercel.app/0captura_de_pantalla_2022-07-18_a_la_s__21.29.40.pnghttps://cloud-aku8mg2sw-hack-club-bot.vercel.app/0captura_de_pantalla_2022-07-18_a_la_s__11.03.42.png
ced
@ced0
see how the pixels on the left are uh ... yeah, like not even uniform? does that scare you? send a chill down your spine? keep you awake at night? no? well, uh, it certainly made me feel that way. I woke up at 4:43 AM yesterday morning and drew myself up out of bed. I could sense that something in the world simply ... wasn't right. It turned out to be a message from the universe: Tom Preston-Werner was testing our game engine. and the renderer was broken. :tw_grimacing: I didn't even know, but in this case, ignorance was hardly bliss. rather, it was a vague sense of discomfort. a nagging at the edge of my consciousness that drew me into HQ ... after blasting Wild Nothings into the empty early morning office for ... however long it took, I came up with this PR and ... voila! github.com/hackclub/puzzlelab/pull/2 order has been returned to the universe, and our pixels are clean and tidy ... until you find a new way to break them :tw_sweat_smile:
https://cloud-pzz821fmg-hack-club-bot.vercel.app/0image.pnghttps://cloud-nv3sagone-hack-club-bot.vercel.app/0image.png
m04
@m043
Finally submitted my Bitwarden PR! Was a fun codebase to work in, would definitely consider further contributions if I ever notice anything I want to change github.com/bitwarden/clients/pull/3076
https://cloud-odwkqjx67-hack-club-bot.vercel.app/0image.png
jzaleta
@jzaleta6
It's very nice to be back home. 😌 🏡 Today I organized many things at my house and studied for another test! For coding, I plan to be designing some new things for my website in development! I'm going to be using a dino.icu 🌐 domain so I'll make a PR :pullrequest: to change my :hack-club: scrapbook domain to link 🔗 it to my website! Here's two of my previous images! :tw_camera:
https://cloud-gdxuadbbb-hack-club-bot.vercel.app/0img_20220602_181216.jpghttps://cloud-4v0ohxmqe-hack-club-bot.vercel.app/0img_20220527_140304.jpg
pr emoji
summer-of-making emoji
jzaleta
@jzaleta6
Today I learned about a very cool Blender :blender: Halftone Shader :macintosh-stcicker: thanks to @msw! This is going to be useful for my 3D model experiments and for 2D as well! :quad_parrot: Today I also studied for my Biology 🦠 🔬 test that I'll have tomorrow and finished yesterday's PR :pr: that got merged! :merge: Also I'm working with @jessicard on a new project for Hack Club :hack-club: that I'll give more details soon! 👀
https://cloud-mi0n65eiy-hack-club-bot.vercel.app/01mwet4.jpeghttps://cloud-2tqxdgikl-hack-club-bot.vercel.app/0nogvdc.jpeghttps://cloud-q22xehtra-hack-club-bot.vercel.app/0j36oma.jpeghttps://cloud-iec4y2aiy-hack-club-bot.vercel.app/0o1ywhv.jpeg