Abishek Ilango

Results 34 comments of Abishek Ilango

I tried to recreate but I am getting this ![Screenshot from 2024-04-02 12-15-41](https://github.com/AmruthPillai/Reactive-Resume/assets/91976421/3a96d77c-da9d-4c6a-8591-0801c7e6a529) Although, it could happen since the error message is not passed for the length check. https://github.com/AmruthPillai/Reactive-Resume/blob/a578bd10548593f5f056211452e22cef3bfa0001/libs/dto/src/auth/two-factor.ts#L7-L8

Oh, you mean this guy? https://github.com/AmruthPillai/Reactive-Resume/blob/a578bd10548593f5f056211452e22cef3bfa0001/apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx#L50 My bad.

This happens only on https://rxresu.me, I cannot recreate it even in a production build locally, but as per [Lingui docs](https://lingui.dev/tutorials/react-patterns#lazy-translations), a lazy translation should solve the issue here without using...

Not getting the sample resume's profile picture either. ![image](https://github.com/AmruthPillai/Reactive-Resume/assets/91976421/8edc2f78-1d95-4afc-b99e-3a6d68889e6b) This is working as expected locally but https://rxresu.me cannot fetch the images from Imgur. Maybe Imgur has rate-limited the server? @AmruthPillai

@AmruthPillai Can do. But I'll only add the Europass logo to public assets for now cause I don't want to mess with the resume schema just to support John Doe's...

Ideally, the documentation should cover this, but I found out that moving the skill slider all the way to the left will hide the skill level. We can also use...

`npm run dev` serves the app locally on port `5173`. Apart from the API, `localhost:3000` serves only the built HTML and assets generated on running `npm run build`. I ran...

Seems like a duplicate of #1642

@AmruthPillai This is fixed now.

Fixed in #1842 cc: @AmruthPillai