Steffen Roßkamp

Results 13 issues of Steffen Roßkamp

When the readers create ``Drawing\Gd`` and use imagecreatefromstring with an unsupported or else invalid format it returns false. They then just pass this to ``setImageResource`` without verification. When ``getContents`` on...

Type - Bug

Composite identifiers with foreign entities New version of #2128 as of `main` branch rename

New Feature
Loggable
Needs Rebase

### Description ### I propose to add an option to use [FarmHud](https://www.curseforge.com/wow/addons/farmhud) or own similar functionality in farm mode or replace farm mode entirely.

enhancement
feature

Message: `ERROR: TooManyArguments - foo.php:3:2 - Class JetBrains\PhpStorm\Pure has no __construct, but arguments were passed (see https://psalm.dev/026)` ```foo.php

Several abilities now react on multi hit instead of critical hits. This adds the possibility to show auras for this event.

Used in JMSSecurityExtraBundle/DependencyInjection/SecurityExtension.php:92 BC compatible fix would be to enclose with ``if (\PHP_VERSION_ID < 70000) { ... }``

This fixes #1106, but I have limited testing possibilities at the moment so it'd be great if this would be reviewed by others.

Elements in inline forms currently stick together as ``form_row`` uses spaceless. The example of the BS3 documentation shows this: ```html Name Email Send invitation ``` But is rendered like this...

Symfony just released version 3 and Bootstrap 4 is also on the horizon. With both we got a couple of deprecations / BC breaking changes which (will) affect this bundle,...