Ashleigh Simonelli

Results 81 comments of Ashleigh Simonelli

Ok, so! @shekohex and I had a discussion about this. He's suggested using a key value type validator that will: - prevent your script from compiling if an incorrect key...

Ok so after discussing this again we've decided to add this as an optional feature to v2. Using both a key manager and using [class-validator](https://github.com/typestack/class-validator) to offer support for decorated...

In v2 of nestjs-config I've added the ability to use classes and interfaces in your config files. I know it's not a true validation but it's a start! I want...

Hmm this is interesting. Personally I'm always using containers so I just mount an env file and run everything there. I've never really used hmr or webpack package commands. Since...

oh I see! So it's more about the file type than the .env file. I was presuming webpack loaded it's own dotenv package and was loading from a different dir...

@marktran @OLDIN what version of nest are you using? Just curious to know if you're using v6+ as HMR has been removed apparently? (not sure if that's still the case)....

Work around `config.get('swagger.version', 'beta') as string`

hmmm that's a decent feature request! Instead of using that package we could supply an array of strings to load. for env files and call `ConfigService.loadEnv` with each before we...

> Regarding the strategy of merging. I think there would always be different opinions. From my perspective, would be good just having a hierarchy/priorities, here is mine Realistically envs should...

haven't forgotten, just been incredibly busy with work :(