Alekseev Artemii
Alekseev Artemii
### Describe the problem I have two problems with catch errors in my code. 1) I would like catch all warnings when developer write property with incorect name. `` -...
{...$$restProps} clear year in date field, if you try write it in field by keyboard. ``` import Input from './Input.svelte'; const day18YearsAgo = new Date(); let data = ''; ```...
### What was unclear or otherwise insufficient? I can't use options from mongoDb 6, for example maxPoolSize, otherwise I get error that poolSize is not supported. https://mongodb.github.io/node-mongodb-native/ ``` buildConnectionOptions(options) {...