Fabrizio Caldarelli
Fabrizio Caldarelli
Without making changes to Yii source code, you should solve adding a new rule based on [default validator](https://www.yiiframework.com/doc/guide/2.0/en/tutorial-core-validators#default): ` ['population', 'default', 'value' => 0], ` to be used only with...
I have quickly read yii2 gii source code and found where rules are created: https://github.com/yiisoft/yii2-gii/blob/aa7a821f5839b619bf820dcfe3738e011337cfa7/src/generators/model/Generator.php#L378 and there is not specific code for `unsigned` type. I'll make a PR updating this...
> Generate advanced rules: > > ``` > public function generateRules($table) Is this code available in some branch (to be tested) ?
> It is in my private repository. Can give access. Great, so you could create a PR starting from your local branch. Have you tried to launch the tests suite?
Using last current version 3.1.1 fixed the crash with: ``` react: 17.0.2 => 17.0.2 react-native: 0.67.4 => 0.67.4 ```
> "Autowiring" is a phenomenon when dependencies can be automatically passed to the constructor or another method. It is a responsibility of a framework you're using, not DI container. I...
Ok, but is there a shared solution that we can suggest? Just to have the same approach everywhere in the code. I indeed don't like some of this and some...
@ChrisNg02655332 if you Need urgently, use my fork package in meantime waiting for merge the pr
@kartik8Zapkey have you tried changes in my fork?
@Ben8823 have you tried to clean e rebuild the project?