Sawan Bhattacharya

Results 94 comments of Sawan Bhattacharya

ig we need to store it in unicode. https://towardsdatascience.com/emojis-in-your-data-9a5513ead2dd

> @rajdip-b I was able to run the project locally, can see the platform on localhost:3025. However, its stucked on auth page. I'm not able to signup or use any...

I don't find it that that useful, rather what we can do is take the emoji and reder it in a png like they do in whatsapp. gonna make that...

@AlexVascon Also do this a check https://www.npmjs.com/package/lint-staged#how-to-use-lint-staged-in-a-multi-package-monorepo since it's a monorepo, we should follow the format they mentioned in the doc

Hey @AlexVascon what's the upate

@AlexVascon are you still working on this issue

We can just use zod to populate it to global scope, that will be much easier and clean

We can just do it like this file: `src/env.server.ts` ```ts import { type TypeOf, z } from 'zod'; const zodEnv = z.object({ PORT: z.string().refine((value) => /^\d+$/.test(value), { message: 'Expected a...

I am not a fan of too much abstraction. It makes the code hard to debug.