kurt-west

Results 11 comments of kurt-west

One solution is to define a RespsoneDto class that is returned vs your Entity. Your Entity includes all properties that are required for your business (service) layer to function and...

> > The optimal - IMO - solution would be to add a class-transformer shim that scans for Expose like the class-validator shim does and extends the array of decorators...

@MaxKless While refactoring - moving files, renaming, etc. - TS code, I get the same `The "nx/js/dependencies-and-lockfile" plugin threw an error while creating dependencies:` error as the others above. The...

> thanks for checking it out. After setting the env variable, did you run nx reset & restart VSCode? Otherwise the bug still persists and I will look into it....

For those that are struggling to get the newer version working, the Redis team changed the port in [2.42.0](https://github.com/RedisInsight/RedisInsight/commit/71551eff782d6951eede7ca04c8e6895bbb3b57c) and this repo has not caught up. The default port is...

> > @alextrep96 - try remove the empty options object in your deploy task. > > Unfortunately that's not an option for my use case as the options object contains...

After you've create the document with `SwaggerModule.createDocument()` it can be consumed like any other OpenAPI spec document. The elegance of `SwaggerModule.setup()` is it configures the static asset server and creates...

I did some debugging and found the new [`baseUrl`](https://github.com/swc-project/swc-node/blob/9f674cd67091192b1fe62befd13cf4b61a6377e5/packages/register/read-default-tsconfig.ts#L123) variable that was added in 1.6.7 is to blame. If I comment out that line my project builds as normal; it...

@MrRefactoring interesting... thanks for giving it a try.