immi

Results 23 comments of immi

> @Shashank3736 Thanks for the PR, I'll review it once I have time. are you alive

@DoxrGitHub **How can you fix this?** I am working with Next.js; it's working fine on the server-side, but the client-side is causing an issue.

Hey @rafalzawadzki, 👋 I need video details like duration, likes, viewCount, etc. If you know any other solution, please let me know! Thanks for your previous response! 🙌😊

Hey! 👋 I needed `isEmpty` to be fully type-safe and handle `null`, so I wrapped `remeda's` version like this (with a little help from GPT): ```ts import { isEmpty as...

this heppens only when value assign as string also issue with other properties like `height` & `width` that's working for me but need current feature ``` const variants:Variants = {...

I'm working on a similar library, [better-next-actions](https://github.com/programming-with-ia/better-next-actions), which aims for a `tRPC`-like experience for **Server Actions**, with built-in support for composable `middleware` and **Zod** validation. Any quick ideas or feedback...