Rostyslav

Results 7 issues of Rostyslav

Hi. A lot of thanks for Your work. I study ddd in practice, so I try to implement relationship between domain and its entities. I struggle for few days and...

Hi thank You very much for the extension. Please check in rapidweb\googlecontacts\factories\ContactFactory in method submitUpdates - there is no line for editing content of the contact. The xml that we...

When step model has conditional validation callback function (https://github.com/yiisoft/yii2/blob/master/docs/guide/input-validation.md#user-content-conditional-validation-) the wizard end() its work and redirect to invalidStep.

The line 273 of WizardBehaviour generate error when error_reporting in php.ini set to E_ALL. Undefined variable $step. if (isset($this->_session[$this->_stepDataKey][$step][$this->_session[$this->_indexKey]])) { $event->stepData = $this->_session[$this->_stepDataKey][$step][$this->_session[$this->_indexKey]]; } Changing to if (isset($this->_session[$this->_stepDataKey][$step]) && isset($this->_session[$this->_stepDataKey][$step][$this->_session[$this->_indexKey]]))...

My case is advanced application, amnah user from 5/7/2015. I add components and modules to common configuration. In the frontend part where urlmanager is enabled - everything works perfect. In...

**Given:** ES: 7.17 ruflin/elastica: 7.2.0 (but the issue is present on the dev version too) **Background:** Due to architectural issues - we run `updateByQuery` in loop. Troubles in debugging had...

For v6.5.0, the requirements are: https://github.com/vimeo/psalm/blob/38fc8444edf0cebc9205296ee6e30e906ade783b/composer.json#L22 But the runtime requirements are: https://github.com/vimeo/psalm/blob/38fc8444edf0cebc9205296ee6e30e906ade783b/src/Psalm/Internal/CliUtils.php#L547-L550 So, while Psalm installs on PHP 8.2.20, it cannot actually run.