Nikita Voloshin

Results 12 comments of Nikita Voloshin

Hey @dougwilson! Can we actually test that our response transforms to gzip? I think its very low level and I'm not sure that nodejs can transform our response to gzip/compress/deflate....

There is a problem with unknown level of nested. You can go through every key of `user_info`(one level of nested) like this ```js body("user_info.*").customSanitizer((value) => { // if you really...

Why it should execute custom validator? if you pass to `optional` as argument `{ nullable: true }` it means that you say to express validator that it mustn't touch `demo`...

Let's figure it out. I reproduced your example by this code: ```js app.use( "/", query("IsActive") .optional({ nullable: true, checkFalsy: true }) .isBoolean() .toBoolean(), (req, res) => { const errors =...

@dougwilson Do you expect that response has corresponding `Transfer-Encoding`? e.g. if we set `Transfer-Encoding: gzip` on server, we should get it in response on client?

After some gathering I understood that it's not working correctly with grid, only flexbox. If I'm wrong, correct me.

If it works with `display: grid` (@yxeri ) and not with `display: contents` so we must to reopen it

@gromov-io привет, я понимаю, что прошёл год, но ты можешь описать, пожалуйста, кейс? Просто я не понимаю зачем это нужно, если при загрузке файла автоматически создаётся папка? Ссылаясь на этот...

То есть у пользователя есть прямой доступ к интерфейсу S3? > > @gromov-io привет, я понимаю, что прошёл год, но ты можешь описать, пожалуйста, кейс? Просто я не понимаю зачем...

Или интерфейс вашего приложения имитирует yandex s3 bucket, а ваше приложение подключалось к API YC?