Toon van Strijp

Results 69 comments of Toon van Strijp

@trevorstarick can you create a pull request for this? Cause then everyone can benefit from it :)

I read somewhere that the 1080p model got a battery duration for 7 hours. I was just wondering why we lose so much battery cause in linux I got 8...

Awesome. I hope we can tweak it a bit so that it runs much closer as Ubuntu does. Cause there I have 11 hours on a full battery :).

@molaeiali If you apply the i18n middleware before your own middleware it shouldn't be an issue to throw an exception. You can do this by doing: ```typescript const app =...

@Zhaocl1997 can you send me a zip containing a project that demonstrates your issue?

@Zhaocl1997 to fix your issue see the changes I've made to your project: [nestjs-i18n-issue-repo.zip](https://github.com/toonvanstrijp/nestjs-i18n/files/9499764/nestjs-i18n-issue-repo.zip) - I've made an update to the `nestjs-i18n` library which allows you to get the `I18nMiddleware`....

@cyberz this is because the mailer doesn't know how to grab the current language. Can you show me the code where you create/send the email?

@rakicluca Could you send me a sample repo containing the issue? Then I'll search for a solution or a workaround :)

@Scrip7 I'm not sure if this is a useful feature? I can't come up with a use-case where I want my API structure to be translated...? So I'm not quite...