Yang Ricardo Barcellos Miranda

Results 8 issues of Yang Ricardo Barcellos Miranda

Hi, I' am trying to use this lib in a typescript application. When i try to define the breakpoints, it fails to transpile from typescript with the following error: ```/home/yang/pfc_frontend/src/components/YACarousel/index.tsx...

Would be nice to generate the ERD from selected tables. In database that contains a large quantity of tables, or relations, it has a poor view that only svg format...

Hi, I have worked with several frameworks and tecnologies. Even with some new experiences with software development testing, there are some tools that i already see value, like TestContainers, that...

Hi, Recently i discovered this lib, that sounds awesome, but i am have facing issues about the types. I have found a workaround by placing a comment `// @ts-nocheck` at...

### Bug description ![image](https://user-images.githubusercontent.com/5523565/221968262-7d876913-9d30-49d9-8f08-085833d0c27f.png) Hi, when i specify in prisma.schema the preview feature `fieldReference`, and build the application, some files identified to be imported are missing, like in the image...

bug

Today when i have updated the @tanstack/react-query depenency, i found out that the latest compatible version is 5.13.4. Changing the generated local code from: `ts function useRapiniMutation(mutationFn: MutationFunction, config?: (queryClient:...

Hi, I am developing a digital signature app based on ECDSA with Ethereum. After several tests i noted that the random keys creation may be inconsistent by validating the signatures...

Hi, I have a prisma model that is defined as bytes. By using this generator, the zod schema validator is generating a wrong `z.instanceOf(Buffer)` instead `z.instanceof(Buffer)` by displaying this error...