ferhado
ferhado
Allow users to add an extra file like `index.ts` with some content like `export * from 'module'`
## Issue Description The OpenAPI-generated response schema for my `User` entity does not properly reflect the serialization context defined for a nested property. Specifically, the `company` property within `User` should...
I am experiencing a formatting inconsistency in the `phpfmt` formatter when the `phpfmt.psr2` setting is set to false. Specifically, the formatter does not automatically align the opening braces `{` on...
### Feature Description Currently, Angular Material's MatDialog and CDK's Dialog components use `MAT_DIALOG_DATA` for passing data. This feature proposes to allow the usage of @Input for data sharing instead. ###...