Luke

Results 6 comments of Luke

I think the fix for this would be that the dates should be parsed as UTC, not local time. Thoughts @Cerberuser?

The date isn't exactly parsed, but check out [resolveType.ts](https://github.com/lukeautry/tsoa/blob/master/src/metadataGeneration/resolveType.ts#L140). When the routes are getting generated, we're actually looking at the string being passed into the Date constructor and then passing...

This is a good call out and I can see how this would be expected behavior. The route file already has the information available to validate an object, so I...

> What would you do you do if the response does not validate? Yeah, this is a big issue IMO. As an API client, you care that your request is...

This code works. Obviously, it's all private APIs, so YMMV and is only valid as of `[email protected]`, although it may work in other versions too. ```typescript import { editor }...

Opened a pull request to support TSX here: #19