Serhii Popov

Results 11 issues of Serhii Popov

README contains the next declaration: > You must have Postgresql installed to use Warthog. Do you plan to support other RDB which are supported by [TypeORM](https://typeorm.io)?

help wanted

Many thanks for this great package. I really appreciate. This PR adds support for ZF-Expressive application. If you agree to accept this I'll add description how it to use.

There is no way to use controller configuration in pair with router configuration. For example, I develop a project which has front and admin parts. Obviously, the project can have...

My global scss configuration is under Layout module and has next code (simplified) ``` php 'assetic_configuration' => [ 'debug' => true, 'buildOnRequest' => true, 'webPath' => realpath('public/assets'), 'basePath' => 'assets',...

All work just fine, I can generate a module with Controller, Model and etc, but now I need to create a console command in my module. How can I do...

enhancement
question

Doctrine 2 has a great feature named as [Embeddable](https://www.doctrine-project.org/projects/doctrine-orm/en/2.6/tutorials/embeddables.html) classes. I try to use it in the pair with `graphql-doctrine` and got error `No type registered with key Position. Either...

enhancement

I create simple test with creating mock object but this throw Exception. ``` public function testCreateSimpleMock() { $logger = $this->getMock('Logger'); $this->assertTrue(true); } ``` Exception: ``` $ phpunit -c vendor/popov/magento-magmi-import/app/code/local/Popov/Magmi/Test/phpunit.xml PHPUnit...

Error "Not all identifier properties can be found in the ResultSetMapping" has been fixed in Doctrine 2.5