Dhruv Saxena

Results 5 issues of Dhruv Saxena

Hey, I was trying out burdy but facing some issues at installation. I'm attaching the steps that I followed as well as logs and my system configurations. ## Installation ```bash...

## Summary Can we have a component wrapper around `react-native-fast-image` that supports magnus theming and styling guidelines. ## Motivation Currently Image component we have with magnus is wrapper around [React...

Setup `tsoa` for documentation or some other to handle swagger json files.

documentation
enhancement

Hi, just found this application on random reddit Thanks for building something like this but I found some issues that has been happening sometimes or to some posts. I'm facing...

Code ```ts const projects_list_default_limit = 10; const projects_list_max_limit = 100; export const listProjectSchema = z.object({ limit: z.coerce .number() .min(1) .max(projects_list_max_limit) .default(projects_list_default_limit) .openapi({ example: 10, param: { name: "limit", in: "query"...