Sergei Predvoditelev

Results 198 issues of Sergei Predvoditelev

1) In section [How it works](https://github.com/yiisoft/config#how-it-works) add info that merge plan update on `composer install` also. 2) Add info that merge plan in app should be in `.gitignore`.

type:docs

For example: ```php SwaggerJson::class => [ 'withAnnotationPaths()' => $params['yiisoft/yii-swagger']['annotation-paths'] ? [...$params['yiisoft/yii-swagger']['annotation-paths']] : null, ], ``` This will prevent call of unnecessary methods and slightly improve performance.

type:enhancement

For example, `FactoryReference` and `ContainerReference`.

type:enhancement
status:under discussion

For use in callable definitions: `'my-definition' => static fn(Factory $fn) => $fn->create(...);`

type:enhancement
status:under discussion

See https://github.com/yiisoft/friendly-exception

type:enhancement

Now used `dev-master`: ![image](https://github.com/yiisoft/db-pgsql/assets/525501/9d924027-982b-4cb3-ad7f-dbcad483004f)

type:bug
type:test

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ❌ | Breaks BC? | ❌ | Fixed issues | -

status:under development
type:test

1) Allow to set own callable for convert value to string (https://github.com/yiisoft/log/blob/master/src/Message/Formatter.php#L257) 2) Add template (and allow user to change it) for context (https://github.com/yiisoft/log/blob/e0551896a54a91dd3c15d415167d0402c7bf9aaf/src/Message/Formatter.php#L196C22-L196C32). It should be possible to change...

type:enhancement
status:ready for adoption