Robi makes stuff
2.69K subscribers
4.21K photos
283 videos
46 files
1.41K links
I don't really know what im doing, but sometimes i make stuff.
This is basically the saved messages of my life.

https://t.me/boost/Robi_makes_stuff

Season 2 Episode 4

My portfolio : https://robi.work
@rb_wk
Download Telegram
Forwarded from Dagmawi Babi
@DoniVerse made this right as I was conflicted on which one of my side projects I should build
β€’ https://project-rank.vercel.app/#main

Simple yet effective! Gonna star this one
β€’ https://github.com/doniverse/projectrank

Thanks this one's for me.

#CommunityShowcase
@Dagmawi_Babi
❀5πŸ”₯2
me : selects our 64 line import 1k line code component and asks copilot which parts i should change into a component

* copilot is thinking
* net starts lagging
* ram usage hikes
* window unresponsive

me : oh this poor child
* starts typing

its components that already are components
other people : oh its dinner time , time to eat
me : oh I'm shaking , i should probably eat
* proceeds to drink coffee and code
πŸ”₯6😁4πŸ‘1
🀣1
i just spent a solid 30 mins debugging a state issue because i put
if  (( stage = "None" )) { 

instead of
if ( stage == "None" ) {


and JavaScript was like , yeah , inside an if block is the perfect place to do an assignment to a variable in a higher scope.
😁1
me : updates resume to human copilot
🫑1
not a simple progress bar
😱1
:O you can go to a type definition with ctrl t
and to a specific line with ctrl g
Media is too big
VIEW IN TELEGRAM
The progress bar in question
πŸ‘6πŸ”₯1
Manic pupil dilations are a real thing lol
πŸ’Š2
https://vercel.com/guides/how-do-i-resolve-a-module-not-found-error

Apparently on windows .... case insensitivity causes issues when deploying to vercel

Nasty ones at that too

git config core.ignorecase false


is what vercel recommends to set in order to fix it
πŸ‘1
noice
yay there is lil old me in antfu's sponsors list
⚑3
Just in case ... you know , this thing is capable of replacing us. i want know how to use it.