Sergei Predvoditelev

Results 276 comments of Sergei Predvoditelev

> Any ideas why this is hapenning? It already fixed here: https://github.com/yiisoft/requirements/pull/71. Try new version 1.1.

With txt-files works good, bug appears with PDF attachments. Versions: v1.10.3, v1.19.2 Error in console: ``` Kio8Tk7V.js:1 GET http://127.0.0.1:8000/api/events 500 (Internal Server Error) getAll @ Kio8Tk7V.js:1 getAll @ Kio8Tk7V.js:1 (anonymous)...

Currently we don't keep information about configuration files. Available merge plan only, but it may be non-actual. We can create class for work with merge plan. Should we create class...

Need to add `BackedEnum` support. Integer/string enums implements this interface.

waiting https://github.com/yiisoft/yii-widgets/issues/92

Seems, it's unnecessary line. Try to get validation result via `$formModel->getValidationResult()`.

In Yii3 we [use](https://github.com/yiisoft/docs/blob/master/010-code-style.md#names) camel case: > Names > Use camelCase notation, including abbreviations (e.g., enableIdn).

By default, built-in messages that require translation are used. If my app is single language, then I can set one concrete message on my language and set proccessing for this...

> If you set message in your language but not change message processing nothing changes, isn't it? Translator can't handle it and leaves it as is No. Translator also uses...