Anton Vasiliev
Anton Vasiliev
I think **topology effect** need some performance optimization as it use ~25-30% of my CPU, mean while another effects using between 5-10%. **Topology**  **Birds** 
Make automatic PR creation with latest stubs code. +/- steps are: 1. Trigger PR creation when `Create Release` in Phalcon CI finished with success 2. Execute necessary commands to generate...
Detected when vokuro is used with devtools https://github.com/phalcon/phalcon-devtools/issues/1459
Blocked by https://github.com/zephir-lang/zephir/issues/2370
> Breaking changes Windows 2016 hosted runners will be removed from GitHub actions and Azure DevOps. To raise awareness of the upcoming removal, we will temporarily fail jobs using Windows...
Current implementation of `builds/` folder is a mess that was done ages ago and need to be implemented in more native form. - [x] Sort out with SDK and Dev...
Current `Traversable` interface does not has any methods signatures, which is not practical in terms of autocomplete of methods and for static code analysers. https://github.com/phalcon/cphalcon/blob/645cf382358b96cbe9659f6634f41c940e89a7e4/phalcon/Collection.zep#L147
**Describe the bug** If softDelete is enabled and there is event `model:beforeDelete`, it executes DELETE (in that case UPDATE) even if attached anonymous function returns `false`. **To Reproduce** Steps to...