Clinton Blackburn

Results 122 comments of Clinton Blackburn

This bug still exists. My workaround is to remove the `Type` decorator: ```typescript @IsDateString() @Transform(transformToDate, { toClassOnly: true }) @Transform(transformFromDate, { toPlainOnly: true }) // Removing this decorator ensures only...

@simonw I think we are trying to solve the same problem given this issue and https://github.com/benbjohnson/litestream/issues/246. Did you find a workaround? I may have to fallback to a cron job...

Adding this information to the README would have saved me 10 minutes of frustration. I don't deal with front-end work very often, so I rely on READMEs. As it is,...

This issue should be closed given the change has been merged.

I have the same issue. This seems to happen with every release. Do you need some support on updating your release action @w9jds?

@mrxsal Django 1.x has not been supported for quite some time. We cannot help you with those errors. You’ll need to either upgrade Django, or use an older version of...

For the NestJS users: Follow the docs at https://docs.nestjs.com/techniques/validation#auto-validation to configure your app. Customize the validation pipe as demonstrated below. ```ts export const DEFAULT_VALIDATION_PIPE_OPTIONS: ValidationPipeOptions = { transform: true, ......

The docs should be updated to clarify the following: - `logging` is ignored when using a custom logger - options passed to `logging` should be passed to the custom logger...

Given the security concerns, I would personally never use this functionality. I am not in favor of adding support for this.

@pichlermarc let me know if there is anything I need to do here and/or next steps.,