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
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