Kampfmoehre

Results 41 comments of Kampfmoehre

I have a similar problem, since I updated via dnf (running Fedora) on 2022-07-21 Wi-Fi doesn't work most of the time. Right after boot it doesn't work until I switch...

I managed to convert TSOA models to Fastify schemas and reuse them in response schemas. I hadn't had the time yet for extensive testing, but at least my sample Fastify...

Maybe we should make a configuration flag for now where users could choose between TSOA and Fastify validation?

I don't have that much experience with Fastify but as far as I can see everything related to validation is in the schema parameter in the call to the route...

For anyone interested we use the following template to use TSOA in a Fastify project (with `middleware` option in `tsoa.json` set to `express`. I am not sure if it is...

I should add that the template works but could be improved by adding some more details to the `routeGenerator.buildContent` method. The return object of the method is the one that...

I could make a PR with the needed changes but I have no overview on which tests would be needed and where to put them, also I am not available...

@WoH I have added some initial things but there is still work to do. I am not sure if I can complete this before my holiday, so expect it to...

hi, I just want to add that tsoa currently has a problem when using @link in jsdoc. We had a @link pointing to a web URL and apparently tsoa tries...

You must use the same typescript-ioc instance across libraries. In module A don't install typescript-ioc directly but via peer-dependencies and let module B instasll typescript-ioc. This way the same "instance"...