Uros Karic
Uros Karic
Same Win 10 but only on gmail.
@helionmelion Yup it does error out `408 | We were unable to reach your IMAP provider. Please try again.`
Looking dope with Hyper on Windows Linux Shell (16.04) tho gui's are not supported and they did state that on the forums i was wondering if there is something to...
Example ```ts import { Injectable } from '@nestjs/common'; import { InjectConfig, Config } from '@nestcloud/config'; import { JwtModuleOptions, JwtOptionsFactory } from '@nestjs/jwt'; @Injectable() export class JwtConfigService implements JwtOptionsFactory { //...
So after digging a bit trough code I finally made it work. For it to work you will be needing your preferred mesh in my example `consul` alongside with config...
Sorry people I will update it today haven’t got much time lately. On Fri, Apr 8, 2022 at 18:47 Ron Arts ***@***.***> wrote: > Same problem here. > > —...
Hello, I have added a new option `global` so that when you register your module if you pass it will be namespaced to global and thus you won't need to...
You have to register it in AppModule or somewhere else. Take a look at https://github.com/djedlajn/minio-ex Registered MinioModule in AppModule with `global` set to true and using it as service in...
Hello, I plan on releasing major update providing built support for v9 nest in which aforementioned issues will be fixed. It may happen today or tomorrow. On Fri, Aug 19,...