Felix Lyu (@felixlyu_1018) 's Twitter Profile
Felix Lyu

@felixlyu_1018

build @your @next @favorite @apps like they don’t exist

ID: 1580234561769701376

calendar_today12-10-2022 16:31:13

210 Tweet

253 Followers

1,1K Following

Jakub (@jakubzegzulka) 's Twitter Profile Photo

It’s not hard to have engagement on an "okay-ish" design. What’s hard is creating something truly excellent. I’m happy for the reaction, but I don’t feel fully proud of this. There is so much that could and should be improved. But waiting for perfection I'd never share anything.

Felix Lyu (@felixlyu_1018) 's Twitter Profile Photo

here is how to display current "${dirname}" instead of just "index.ts" in your IDE (vscode, cursor, or windsurf). - add item in your Custom Lables settings - item: **/index.{js,jsx,ts,tsx} (means the index.ts in a folder) - value: ${dirname} / ${filename}.${extname} (whatever

here is how to display current "${dirname}" instead of just "index.ts" in your IDE (vscode, cursor, or windsurf).

- add item in your Custom Lables settings
- item:  **/index.{js,jsx,ts,tsx} (means the index.ts in a folder)
- value: ${dirname} / ${filename}.${extname} (whatever
Felix Lyu (@felixlyu_1018) 's Twitter Profile Photo

It's 2052. Why the hell in the world Microsoft Windows still auto-updates and restarts my computer without any of my confirmation while I am leave with tons of works opening?

Felix Lyu (@felixlyu_1018) 's Twitter Profile Photo

The slowest thing in my wip Next.js dashboard demo is this native Windows recording tool, lol -- ⚡crazly fast switching between accounts and sessions with all fresh data and almost none-blocking UIs

Felix Lyu (@felixlyu_1018) 's Twitter Profile Photo

Do you know in zod4, you can define this `smartbool` that will only treat "true" as true and "false" as false, plus accept boolean true/false, or extend it as you want. Any other value will result in a validation error.

Do you know in zod4, you can define this `smartbool` that will only treat "true" as true and "false" as false, plus accept boolean true/false, or extend it as you want.

Any other value will result in a validation error.
Felix Lyu (@felixlyu_1018) 's Twitter Profile Photo

I’m not only looking forward to seeing great things benefit humanity near future but also those kids who are choosing to go this path right now and they will when they get our age

Motion (@motiondotdev) 's Twitter Profile Photo

Animating layout isn't always bad. Global CSS variables are a performance killer. Hardware accelerated blurs can crash sites. Surprised? We go into all this and more, in the first Web Animation Performance Tier List: motion.dev/blog/web-anima…