Marc Stammerjohann
Marc Stammerjohann
Files have moved https://github.com/notiz-dev/nestjs-prisma/tree/main/schematics/nestjs-prisma/templates/docker Dockerfile https://github.com/notiz-dev/nestjs-prisma/blob/main/schematics/nestjs-prisma/templates/docker/common/Dockerfile
@TMInnovations yes they moved again! Repo moved and also added docker-compose.yml for postgres and mysql. I updated the links.
@Oupsla I haven't had the time to look at your PR. I will come back to it 👍 thanks again for contributing to this project!
@adamrogas do you mean it should be loaded like so ```ts export default () => ({ port: parseInt(process.env.PORT, 10) || 3000, database: { host: process.env.DATABASE_HOST, port: parseInt(process.env.DATABASE_PORT, 10) || 5432...
@lparolari thanks for raising this issue. This project uses NestJS [CLI Plugin](https://docs.nestjs.com/graphql/cli-plugin) to generate the GraphQL types, hence the type in `@ResolveField('user')` is not needed during the build step. However,...
@lparolari yes it very useful to add this trick to this starter project. Do you mind creating a PR?
https://github.com/fivethree-team/lottie give this a try. It uses the latest version of lottie-web which is 5.4.3 right now.
https://github.com/fivethree-team/lottie give this a try. It uses lottie-web in version 5.4.3.
@SnowBases you need a reference to the `LottieAnimation` ```html ``` You can keep an instance of the animation in your component and `play` and `pause` at any point. ```ts onAnimationCreated(animation:...
hi @mostafa8026 it worked out of the box with angular 11. Not sure if it works with 12 or 13. If you like you can contribute with a PR to...