Vincent van der Weele

Results 13 comments of Vincent van der Weele

There is a workaround for this, although not pretty. You first need to make sure that you only use interfaces on your API, so replace ```ts export type UserCreationParams =...

@RBornost defining `Expand` once and using it in multiple files should work AFAIK. Tagging one of the instances as `@tsoaModel` probably also works, although `Expand` should never end up in...

Yes @WoH this is mainly about definitions and paths. Probably also about responses and security definitions, although they don't change so often. I definitely agree with you that the spec...

I decided to go for a separate tool after all. I think you are correct that sorting the spec does not belong in tsoa. Feel free to close this issue....

Hi @michaelsafyan! I just spent the last 3 days debugging this issue. It never occurred to me that tracing could be the issue, so I had to chip down our...

@michaelsafyan do you have any updates on this? I personally think that the priority of this bug should be reassessed, given the reproduction scenario. Basically, this tracing library cannot be...

Ah nice that you're already parsing formats! I now also see that the current version is the latest release using mustache templates, so I won't go too crazy with custom...

Hi @js2me! I have a hard time to imagine why anyone would rather have a string than a `Date` instance, so for me the automatic parser would make most sense....

To elaborate a bit on the motivation: Many mapbox examples are imperative. For instance, in [this example](https://docs.mapbox.com/mapbox-gl-js/example/toggle-layers/) the visibility of a layer is set on button click. We are using...

I really like how simple your proposal is @stevage! How hard would you say it is to implement that? I'm currently more and more running into the limits of my...