Alexander Makarov
Alexander Makarov
Hello. Is it possible to provide some docs in English? Thanks.
https://github.com/go-ozzo/ozzo-di/blob/master/container.go#L222 If type isn't found, it's looked up in parent container and all of its dependencies are looked into parent container only. It doesn't look right to me if I...
Current implementation lacks a way to check if type is registed in either container or any of its parents while `build()` considers it.
There are many assertions in a single test method which aren't clear. It makes sense to break these each assertion into its own method and name the method to describe...
`Email::context()` currently may return two different objects `Message` and `Part`. Later return of the method is used in the way that it depends on which object was returned. - https://github.com/bashkarev/email/blob/master/src/parser/tokens/Content.php#L29...
See https://github.com/roadrunner-php/kv
Given a service interface it should generate a proxy decorator.
It would be great to have an ability to configure multiple generators in a single config file and have a watch mode — when the config changes, gii regenerates the...
Rule | Current messaage | Proposed message ----------| -----------------|----------------- [Required](https://github.com/yiisoft/validator/blob/master/src/Rule/Required.php) | Value not passed | Value is required [In](https://github.com/yiisoft/validator/blob/master/src/Rule/In.php) | This value is not in the list of acceptable values....