Chau Tran

Results 116 comments of Chau Tran

@TomzBench That is due to the change in latest postcss-loader. I already notified Jacob (the article’s author) about the change. Hopefully he finds sometimes to get the article updated so...

### How to setup Example app with live reload for React Native Note: This is a `hack`, rather than a solution. This hack requires the `example` app to be in...

Hi @bfahm , sorry for the late response. Would you be able to test this with AutoMapper v8?

Can you make sure that you have `reflect-metadata` in the environment you're running? I've seen cases where `reflect-metadata` fails to get the information (because there's no information in the first...

It should be enough yes. Is there a reproduce that you can share? I'm not familiar with AWS Lambda at all :(

https://automapperts.netlify.app/docs/mapping-configuration/type-converters it is intended. You can check this doc page out for more info

@ByteSturm we can discuss about it for sure. One main reason I didn't throw an error when first introducing Type Converter was I considered it a big breaking change to...

@ByteSturm Yeah, I'm thinking about something like this ```ts // before import { createMap, createMapper, addProfile } from '@automapper/core'; // after // these versions have zod integrated import { createMap,...

@ByteSturm - AFAIK zod (idk zod that well tbh), zod works based on the schema that we created. So we create the schema once then store them makes sense to...

using zod would make class-validator obsolete imo but I agree there should be something to add addtional decorators if I go with automapper/zod. I think it can have a positive...