Brage Sekse Aarset

Results 177 comments of Brage Sekse Aarset

I don't see how we would fix this in this project. We are just calling an upstream validation function. This should be fixed in validator.js. See [validator.js#1768](https://github.com/validatorjs/validator.js/issues/1768). For now you...

@aaleksandrov, could you rebase/merge this and get rid of the irrelevant changes in this PR?

> Hi @braaar I merged `develop` into my branch and resolved conflicts. However as you can see meanwhile `develop` was force-pushed so my PR still contains random commits. Do you...

I think this issue belongs in `class-transformer`. Nevertheless, here is a solution to your problem, I think. If I understand correctly, since `class-validator` requires a class instance to run validation,...

I think I now understand the actual issue here. This is the behaviour described in #1702

@MubasherMajeed, does @RoniherVilchez's solution suffice to solve your use case?

Closing this. Let's track this in #1422

Duplicate of #1469. Let's move the discussion there.

I've tried writing my own render method but I'm just getting `#000000` on hover instead ```ts { const { name, color, key, swatch } = value; return ( ); }}...