wardds

Results 6 comments of wardds

I don't really have a foot in the composition vs inheritance discussion, I have no preference. But I would like to see both supported by the TypeORM team. By its...

From my own trial and error and reading the open issues it seems there is indeed no way to express an event happening every day at 10am in Europe/Paris and...

I ran into the same issue. I found out that openapi version 3.0 is indeed supported, but the types don't reflect this. However, simply passing an openapi3 spec works just...

Hey, my example at first was maybe not so clear, I updated it now. The resulting `mySpec` object follows the openapi 3.0.0 spec and is typed by nestjs as the...

Thanks to @jpike88 I managed to create a fairly clean, but hopefully temporary, workaround: ```typescript // ** redis-mock-v4.ts ** // // redis-mock has not been updated for node-redis v4 yet,...

Same issue here, we have a little CLI tool (using `inquirer` for interactive input). It uses executor `nx:run-commands` for a straightforward `ts-node ./src/main.ts` command, but it's broken on nx v16.0.3