Stepan Lusnikov
Stepan Lusnikov
fixes #384 ### Summary: Store qr images on filesystem. Storage folder can be specified in config env `:qr-dir`. All new comment images will be stored on filesystem. Old comment images...
```js const regexp = /[\uFF00-\uFFEF]/g console.log(regexp.test(',')) console.log(regexp.test(',')) true false ``` When you use a regex with these flags, the `.test()` method internally updates the `lastIndex` property of the RegExp object....
I need to create a form with dynamic fields. For example, there is a project form. I select project type and then I see different fields depending on project type....