Michael Hirschler

Results 39 issues of Michael Hirschler

I'm trying to use Symfony's autowiring like this: ```yaml # knp_gaufrette.yaml knp_gaufrette: filesystems: import: { adapter: import } ``` ```php

### Environment #### Sonata packages show ``` $ composer show --latest 'sonata-project/*' sonata-project/admin-bundle 4.22.6 4.29.3 The missing Symfony Admin Generator sonata-project/block-bundle 4.21.0 5.1.0 Symfony SonataBlockBundle sonata-project/classification-bundle 4.4.1 4.8.0 Symfony SonataClassificationBundle...

bug
help wanted

# Bug Report | Subject | Details | | :------------- | :---------------------------------------------------------------| | Rector version | v1.0.4 | | symfony/http-kernel | v6.4.6 | Looks like the bugfix in #7135 prevents...

bug

Try using a small version of ffmpeg to avoid big bloated images. https://hub.docker.com/r/jrottenberg/ffmpeg

Either install official apk opencv (which is not in repositories by now) or build opencv by hand using multi-stage build. Allowing even smaller build sizes.

enhancement

Since Docker Hub isn't usable for free anymore, we need to build docker images using [Github Actions](https://docs.github.com/en/actions/publishing-packages/publishing-docker-images)

help wanted

Using `thumbor:7.0.1` (slim), thumbor-doctor states: libboost_python39.so.1.74.0: cannot open shared object file: No such file or directory - Thumbor uses exiv2 for reading image metadata. For more information check https://python3-exiv2.readthedocs.io/en/latest/.

bug

Hey @LKaemmerling , I'm using the [artprima/prometheus-metrics-bundle](https://github.com/artprima/prometheus-metrics-bundle) Symfony bundle (which is built on this library) and need to add `\RedisCluster` support. Currently it fails connecting to multiple hosts (like a...

I'm currently working on RedisCluster support but do lack knowledge about keyspace and slots. Looks like there was once an approach (see #112), but at the time of writing there...

As the `Lexer::*` consts got [deprecated in v2.19](https://github.com/doctrine/orm/blob/3.1.x/UPGRADE.md#deprecate-doctrineormquerylexert_-constants) and the current naming scheme in `DoctrineSetList` would suggest using `_219` (as `_214` exists for 2.14). Shouldn't this be renamed then? https://github.com/rectorphp/rector-doctrine/blob/b3da143634de79b24a266afc07401cfe75a2c49c/config/sets/doctrine-orm-29.php