Lord_TCG#9068
Explore posts from serversKPCKevin Powell - Community
•Created by Lord_TCG#9068 on 10/5/2024 in #front-end
How Supported Is Supported Enough?
29 replies
KPCKevin Powell - Community
•Created by Lord_TCG#9068 on 5/16/2024 in #os-and-tools
PM2 timestamps for error logs?
Anyone here use PM2 a lot?
pm2 start "npm run start" --name "appName" --time
gives me time stamps in the appName-out.log file
... but not in the appName-error.log file
... What am I missing?1 replies
DIAdiscord.js - Imagine an app
•Created by Lord_TCG#9068 on 2/21/2024 in #djs-questions
Issues with DJS dependencies?
I was just running an npm audit as I sporadically do, and came across this
If I'm reading that correctly that is issues with the deps of djs? Just wanted to point this out.
audit fix
and audit fix --force
don't fix the issue.
I'm if I'm not reading that correctly then apologies 🙏5 replies
DIAdiscord.js - Imagine an app
•Created by Lord_TCG#9068 on 2/15/2024 in #djs-questions
Can you parse and return components?
I had a button action row working just fine
But I wanted to centralise some code so I tried to make a function to create the button action rows and return them for later use
I can log the return of the action row fine:
But I get this error when trying to send them
9 replies
KPCKevin Powell - Community
•Created by Lord_TCG#9068 on 1/23/2024 in #front-end
Help Replicating This
As a tool to learn new techniques, I'm recreating things I find on the web. Today I'm trying to do the mouseover image effect seen on this website (while in desktop screen sizes) https://en.bazil.fr/
I managed to get close with this react hook...
... I noticed in dev tools that his image translated up to 3vw and 1vh respectively... but his is buttery smooth, and almost elasticated. The further the mouse moves away from the origin the less the image moves. Mine just stops at the movement cap... I made a sandbox
Any advice in getting this to work would be amazing. Thanks!
2 replies
KPCKevin Powell - Community
•Created by Lord_TCG#9068 on 1/22/2024 in #front-end
Curious Coverage Question
I'm curious. What % coverage do you look on caniuse.com before you consider something to be production ready?
7 replies