Yarden Shoham
Yarden Shoham
I've also encountered this with `@Matches`. Here's my user class: ```ts import { IsEmail, Matches, IsOptional, IsPhoneNumber, IsDefined, validateSync } from "class-validator"; export class User { @IsDefined() @IsEmail() public email:...
@insanebaba > Same here > > I'm trying to use class validator for validating my inputtype in type-graphql but the @matches decorator, is not working, All other decorators with suffix...
@rubiin Please provide an example of an input that fails.
With some guidance from a contributor, I'll try to add it myself
I'd close this because object ACL isn't supported in minio https://github.com/minio/minio/issues/8195
Does #1304 fix this?
I think if we use `--mount` instead of `--voulme` in the code it might be possible, here: https://github.com/kubernetes-sigs/kind/blob/c6b929bd797afecc2cbcc4d5425c614e6a68f495/pkg/cluster/internal/providers/docker/provision.go#L317 [Reference](https://stackoverflow.com/a/44938335/7414734) Want me to give it a shot?
> This module is kept in version sync with Express. To add new features (like this), it is considered semver minor change. In order to land semver minor changes, there...
> Yes, I have not gotten around to getting all the 4.17 stuff sorted out in the generator yet. Having PRs like thus one with merge conflicts also slows this...
@banzo I'll do it if you approve the addition of [Bitnami's `common` helm chart](https://github.com/bitnami/charts/tree/master/bitnami/common) as a dependency. It provides a great utility for the `image` field rendering logic.