Aldo Sinanaj

Results 18 comments of Aldo Sinanaj

More than a year and no reaction for this issue, so disappointing :-(

Hi all, I started last week to use this library hoping it is mature enough. I am facing the same issue with `v0.3.5`, and looks like an old issue not...

Hello, is this feature request still under the radar?

The version which I am using is: ``` "@typedorm/common": "^1.14.9", "@typedorm/core": "^1.14.9", ``` I know that esbuild does not support TS decorators, but even doing tsc separately before esbuild that...

It's a bit related with this [issue](https://github.com/typedorm/typedorm/issues/201)

Hey @whimzyLive , I just created a sample project to reproduce the issue, in the readme it explains the steps to reproduce it: https://github.com/aldex32/typedorm-bundle-issue

Hi @jsdevel , perhaps you have an opinion?

Maybe also @mbsimonovic , I see you have contributed in adding `componentSchemas` for OAS v3, could you perhaps have a look to this issue and the PR I created?

Hey @jsdevel , yes it is a breaking change. I can avoid it buy making it backward compatible like this: ```typescript componentSchemas?: IJsonSchema[] | { [key: string]: OpenAPIV3.ReferenceObject | OpenAPIV3.SchemaObject;...

Hi @keeganwitt , are you planning to open a PR as you mentioned in your last comment?