Artem Lopata

Results 13 issues of Artem Lopata

| Q | A | -------------------------------------- | --- | Bug fix? (use the a.b branch) | [ 4.4 ] | New feature/enhancement? (use the a.x branch) | [ ] |...

bug
pending-test-confirmation
campaigns
cla-signed

| Q | A | -------------------------------------- | --- | Bug fix? (use the a.b branch) | [ x ] | New feature/enhancement? (use the a.x branch) | [ ] |...

cla-signed

With current implementation of `ContainerEntityListenerResolver` it's not possible to use same class, even if it has different service IDs Consider following config: ```yaml services: service_a: class: My\Class parameters: ['param1`] tags:...

Ready to work on

Loading entities with the Translatable extension and grouping those in any way creates SQL: ```sql SELECT d0_.id AS id_0, COALESCE(t1_.content, d0_.title) AS title_1, COALESCE(t2_.content, d0_.description) AS description_2 FROM Data d0_...

Bug
Translatable
Still Relevant

Hi, I've built handlersocket plugin with mysql source from ubuntu repo (need to patch handlersocket configure.in where it's getting mysql version info from mysql source). When trying to load plugin...

bug_report

The TranslatorInterface has been removed in favor of Symfony\Contracts\Translation\TranslatorInterface | Q | A | -------------------------------------- | --- | Bug fix? (use the a.b branch) | [ ] | New feature/enhancement?...

ready-to-test
enhancement
cla-signed

Have GeForce GTX 560, ubuntu 12.04 and Cuda 5.5. If i change Makefile manually to use `-arch=compute_20` then hashrate goes up from approx `95 khash/s` to about `115 khash/s`. So...

Allow mock object to be used to mock methods with same name, but with different parameters. Addresses #4255 and #4026. This can be easily ported to 9.6. Just let me...

type/enhancement
feature/test-doubles

| Q | A | -------------------------------------- | --- | Bug fix? (use the a.b branch) | [ ] | New feature/enhancement? (use the a.x branch) | [ x ] |...

pending-feedback
enhancement
refactoring