Valentin Sushkov
Valentin Sushkov
If an asdf plugin is installed, setup playbook fails. Because when a plugin is already added to asdf, it [exists with 1 code](https://github.com/asdf-vm/asdf/blob/master/lib/commands/plugin-add.sh#L10). It's quite annoying. A solution may be...
Postgres 9.5 is stable, so it's time to use it See issue #25
The Ubuntu 16.04 LTS is released and even available as a digitalocean droplet. Also postgresql 9.5 is stable. What do you think about changing the postgresql version to 9.5? Would...
Funding
Could you add your PayPal details to the project, please? I'm not a big fan of subscriptions and therefore I don't like the Patreon. So I think it'd be awesome...
It's because in the app/code/core/Mage/Core/etc/config.xml file magento guys didn't declared any namespace for models
If the third argument for rewrite command is not passed automatically decide where to place the rewrited file. Example: `zf rewrite mage-block Oggetto/OrderProcessing adminhtml/catalog_category_tab_product` equals to `zf rewrite mage-block Oggetto/OrderProcessing...
Looks like it's a good style to create exception class for each module. (Static method `Mage::exception()` in not an accident). What about creating a new Exception class on a new...