Dmitry Kokovtsev

Results 7 comments of Dmitry Kokovtsev

In our project, this function takes just ~240ms of ~24s, i.e. just 1% of the total time. But it's a good point that we could or should eventually profile the...

That SO answer might be incorrect about mixed element types in arrays. It appears that the difference between `oneOf`/`anyOf` only affects the validation: - `anyOf` allows inputs that conform to...

@Geksanit please review some work-in-progress in #181, if you're ok with the approach I will apply the same to OpenAPI 2.0 and AsyncAPI

This can be easily done by wrapping each generated `type` into io-ts' `exact`. On the other hand, it is desirable sometimes to pass extra fields to the server, for example...

Hi guys, please check if we need this sort of docs added to the code You can use `yarn typedoc` to generate the html doc and browse it. Also, we...

@raveclassic Yes sir https://kokovtsev.github.io/dx-platform/packages/react-kit/docs/ I deployed this manually but this could be done in publish phase

@raveclassic @sutarmin If you guys are ok with the _contents_ of my comments then let's do it