Lucas Picchi

Results 7 comments of Lucas Picchi

As a workaraund you can create a Dto to select only the columns you need, and use this like this (preventing overselection): - Declare DTO ```csharp public record CategoriaDto() {...

@yazshel the relation between User and Person has no JoinColumn() defined ```diff @Entity() export class User { @PrimaryGeneratedColumn('uuid') id: string; @Column('uuid') personId: string; @OneToOne(() => Person, { cascade: true, onDelete:...

- Workaround: In `.yarnrc.yml` ```yml pnpMode: loose pnpFallbackMode: dependencies-only ```

+1 on this really helpfull for monorepos

Please share generated md if possible

Sure! https://github.com/lpicchi/dts-bundle-generator-axios-bug Success with axios 1.7.7: ![image](https://github.com/user-attachments/assets/0b909c3f-6910-4751-b186-c08e1af89a80) ![image](https://github.com/user-attachments/assets/49b6d8aa-c32c-43ad-a439-4f2a8e2b53e7) Error with axios 1.7.8: ![image](https://github.com/user-attachments/assets/0ec599b9-55ea-4c60-b67d-7db022258e14)

1.10.1 is the most recent version not affected by this