Al3x Zamponi
Al3x Zamponi
Hi! Do you already have some migrations plans for the getConfig method which will be removed in Guzzle 8? It's already marked as deprecated and as far as I have...
**API Platform version(s) affected**: v3.2.13 **Description** I'm trying to use the `genId: false` on a property of an asset object. (specifically on a method) When I configure it via attributes...
Hi! I'm one of the contributors to LaminasCommons (which is now the new ZendFramework Commons eg. ZfcUser). The company for which I work is using this module and we are...
Hi! When I want to use a newer version of phpmetrics I get a blank webpage when analysing. If i switch back to the included version it works. how can...
Hi! I have discovered that when I use a private variable only in a trait it will give a false positive unused private field warning: Simplified example: ```php trait {...
Hello, I'm just digging into Mercure. I've set up the docker image and also a Symfony Service to publish a topic update. My docker config looks like that: ```YAML mercure:...
Hello :) I'm trying to use the bundle with a custom tokenprovider which is working for one part. So I have my tokenprovider which collects all subscribeable and publishable topics...
When accessing the dev UI via a nginx proxy the dev UI will load but won't work because it does not find the app.js file. Maybe this is an intended...
### Expected behavior Queue handling without errors ### Actual behavior Queue is processed with errors. As soon as the error occurs the processing stops. Not sure if it is a...