Игорь Тарасов
Игорь Тарасов
Same problem: https://github.com/yiisoft/yii2-bootstrap4/issues/173
The ActiveField::staticControl method lost values of ActiveField::inputOptions. This cause problem, for example we have an ActiveField: ```php $field = $form->field($model, $attribute, [ 'inputOptions' => ['class' => 'my-class'] ]); ``` But...
Similar issue for other methods: https://github.com/yiisoft/yii2/issues/17374
> I don't think it makes sense to copy the general "input options" to static control too. It has other For what other purposes and scenarios is this field intended...
Because of this issue https://github.com/yiisoft/yii2-httpclient/issues/200 caching key from Request::toString with cookies works incorrect :(
Code updated for improvements (clean client link in Response, to not store Client in cache and restore live client before returning response).
Existing implementations return void, so, checking === false ..... Thank you :)
@samdark lets implements it in 3.x $app->id is the best place for Cache::keyPrefix, and the default configuration is not suitable to work because of cache intersect conflicts in multiple web-applications....
yes! for ex. as Requres::cookieValidationKey is generated in default config when installing :) The difference is, the Cache::prefixKey is better in human-readable variant.
С localhost проблемы часто сказаны с тем, что у него несколько адресов планы в hosts - как ipv4, так и ipv6, но серверное ПО может слушать например только IPv6 и...