Antonio Pauletich

Results 9 issues of Antonio Pauletich

[leezy.pheanstalk.proxy.default service definition](https://github.com/armetiz/LeezyPheanstalkBundle/blob/4.0.0/src/Resources/config/services.xml#L9) is invalid (it does not specify the `PheanstalkInterface $pheanstalk` argument) and thus the [Symfony lint:container command](https://symfony.com/blog/new-in-symfony-4-4-service-container-linter) fails because of it. As a temporary workaround I've redefined the...

### Symfony version(s) affected 5.0.0+ ### Description https://github.com/symfony/symfony/pull/31967 removed support for `!tagged` for Symfony DI 5.0. That commit got lost along the way somehow (I didn't have time to investigate...

DependencyInjection
Bug
Status: Needs Review

``` export default { resourceName: 'orders', includedRelationships: { index: ['client', 'school'], edit: ['client', 'school', 'orderPackageHistory', 'orderPackageHistory.package', 'orderPackages', 'orderPackages.package'] }, setupEdit({edit, method}) { this.addToIndexControl().addSaveControl(); edit.addField('IncludedAdminFormElement', { label: 'Order packages', name: 'orderPackages',...

As the best practice for APIs is to always return time back in UTC [read more here Law #4: Return it in UTC](http://apiux.com/2013/03/20/5-laws-api-dates-and-times/) an option on these two elements would...

… torrent As per the discussion in https://github.com/bittorrent/bittorrent.org/issues/87 (and partially in https://github.com/bittorrent/bittorrent.org/issues/100)

This is a follow-up to the discussion [here (started from this comment)](https://github.com/arvidn/libtorrent/issues/2197#issuecomment-412989985). TL;DR BEP 52 currently states > For interoperability with BEP 3 a torrent can be created to contain...

This PR contains a couple of fixes: 1. The Chillerlan adapter implementation currently produces a broken SVG QR code as the underlying Chillerlan implementation already does the base64 encode by...

### Problem description After enabling the parallel runner no files are being fixed anymore. It seems like CS fixer just finishes the process with the progress bar still being at...

kind/bug
topic/parallel

### Symfony version(s) affected 7.4.0 ### Description I've tried upgrading our app from 7.3 to 7.4. `bin/console lint:container` fails with the following error in our CI: ``` [ERROR] Invalid definition...

Bug
Status: Needs Review
Messenger