D A

Results 13 comments of D A

I'm learning to program in react and this project has all the latest "key" terms I'm looking for. Is there any opensource project I can checkout that current uses it?...

Also, it would be great if `send's type` can be set

Hi @paulfalgout , could you give me an example of how you are overriding the prototype to get this functionality? There are couple of features I want to use but...

Added the following to your object.ts file. Not sure how to get the types outputted correctly. ``` /** * Return new ObjectSchema with omitted fields * * @returns {ObjectSchema} */...

Added omit and pick functions with correct type outputs. Also fixed partial's output since it wasn't outputting correctly for me.

Added an "intersection" object feature. Identical to the shape found in the index but with some typescript adjustments. Fixed a couple of errors. Having some difficultly with "intersection" type output....

I made many more improvements and since this OP seems to be AFK, created my own repo - https://github.com/TakitoTech/schemez

@SandHilt Doesn't `registerField `already provide this? An example is found at https://unform.dev/quick-start/

Great catch. I'm still reading about Helmet. Not sure how to request admin to update master. I also think script clean should be renamed cleanbuild in package.json. I used yarn...