Ole Rößner

Results 9 issues of Ole Rößner

As the AutoLaunch docs mention, the path option is optional for electron apps and it works great without it (at least on Linux). Hopefully fixes #33

Since Symfony-Flex is the defacto standard for new projects since 4.something, I tried to adopt the structure with the DriftPHP Skeleton. I think it merges fine. it also adds two...

I'm on Ubuntu and made myself a `.desktop` entry for Kubernetic. I'd love to have the logo as the application icon on the launcher, but I struggle to get it...

You can define service subscribers with non-service name keys, e.g. ```php class SubmissionStrategyFactory implements ServiceSubscriberInterface { public function __construct(private readonly ContainerInterface $locator) { } public function getStrategy(IllustrationSubmission $submission): SubmissionStrategyInterface {...

RedisTagAwareAdapter only supports `noeviction` and `volatile-*` eviction policies, so the former Redis config recommendation will disable saving via the adapter, at all. ![image](https://user-images.githubusercontent.com/1265783/143009207-6b674782-f257-40ed-a794-977bb48b3d47.png)

Status: Needs Review

Like announced on the syfomy-devs slack, some hints and tipps about running messenger:consume in a container environment. My fork was heavy out of sync, so I needed three approaches for...

Status: Needs Review
Messenger

| Q | A | --- | --- | Bug fix? | no | New feature? | yes | BC breaks? | yes | Deprecations? | no | Fixed tickets...

While testing I stumbled over #466 again with errors like: ``` Failed to connect to 127.0.0.1 port 9515 after 0 ms: Couldn't connect to server in /builds/[...]/app/vendor/php-webdriver/webdriver/lib/Exception/Internal/WebDriverCurlException.php on line 20...

With the release of symfony 8, we can hopefully rely on symfony/process 8.x