Gregor Harlan

Results 41 issues of Gregor Harlan

Using the mbstring "encoding" `HTML-ENTITIES` is deprecated since PHP 8.2: https://github.com/php/php-src/pull/7177 > mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead It is used here:...

I think it would be great to remove the automerge label after merging (maybe optionally). This would improve the list of closed pull requests.

enhancement

- Sequel Ace Version (including build number): Version 3.4.2 Build 20016 - Sequel Ace Source (App Store/GitHub/Homebrew): App Store - macOS Version: 12.0.1 - Processor Type (Intel/Apple): Intel - MySQL...

Bug
PR Welcome

Is it necessary to escape the `:` in `html_attr` context? For example in this code: ```twig {% for key, value in attributes %} {{ key|escape('html_attr') }}="{{ value }}" {% endfor...

## Feature request I want to write constructors like this: ```php class Foo { public construct( private int $bar; ) {} } ``` But the BracesFixer moves the closing `}`...

kind/feature request
braces related

The project needs php 8, but [`docker-compose.yml` uses `php-74`](https://github.com/mnapoli/externals/blob/486eb208f36d1c2a46d6691dfe2e2b48cebab7ee/docker-compose.yml#L26). So I replaced `php-74` with `php-80`. When I try to execute `docker-compose run cli php /var/task/console db --force`, I get: ```...

``: https://externals.io/message/115479#115479 ``: https://externals.io/message/115306#115373 macOS, Safari

https://externals.io/message/107388 This thread is missing in thread list (https://externals.io)

bug

Einige gehen beim Updaten schrittweise vor. Ich würde meist eher zunächst das direkte Update zur neusten Version probieren. Aber letztlich kann man es nicht klar sagen, ob man mit oder...

Feature
Installer
Developer Experience (DX)

In Zeiten von Responsive Images steht man vor dem Problem, dass man zu einem MM-Typen (zum Beispiel "gallery") eigentlich noch mal verschiedene responsive Varianten (Größen) haben möchte. Bisher gibt es...

Feature
Media Manager