Daniel Ferro

Results 7 comments of Daniel Ferro

> I found this solution -> > > ``` > const app = await NestFactory.create(AppModule, { > logger: new Logger(), > }) > const configService = app.get(ConfigService) > app.connectMicroservice({ >...

It's been a while since I've tried, but at the time it wasn't resolving the typings properly and enabling auto-complete.

Any updates to this? In terms of documentation, would this simply require updating the example from `context.language` to `context.constants.language`?

Anyone coming across this. I had done a similar wrapper to manage placeholder images as the previous comment mentions, however you'll start to hit performance issues when you're dealing with...

I might have a solution, but it has left a sour taste in my mouth. If anyone has a better solution, feel free to let me know. https://gist.github.com/dlferro/3b431abd02ad5966dbe7812a660c9b97 I leverage...

#49 This seemed to work for me.