Alexander Hofbauer

Results 28 issues of Alexander Hofbauer

### Symfony version(s) affected 6.4 ### Description The fix #59836 for bug #59819 broke attaching inline images to emails from Twig if that part has a CID. Before the change...

Bug
Status: Needs Review
Mailer

The placeholder for the caption fields doesn't seem to be using the translation API for its value "Enter a caption".

For example toggling "with/without" headers emits a change event, as do other settings. Toggling the "stretch" parameter doesn't trigger a change event, but its value is changed after any other...

I'm trying to get DNS-over-TLS (DoT) running with the l4 module with the following config. After some tinkering I'm stuck at TLS termination and getting a response from upstream, unless...

Implementing X-Accel-Redirect with this simple config: ``` request_header X-Sendfile-Type x-accel-redirect request_header X-Accel-Mapping /private-files= intercept { @accel header X-Accel-Redirect * handle_response @accel { root * /private-files rewrite * {resp.header.X-Accel-Redirect} method *...

Lately building of frontend fails, even when using Docker. I get a lot of JSX/React errors, e.g., `src/components/CategoryTree/CategoryTreeSwitcher.tsx:75:6 - error TS2786: 'CategoryTreeSwitcherContainer' cannot be used as a JSX component.` See...

On Fedora / Gnome 48, enabling "Always On Top" and having a terminal instance running, focus of all new windows is lost and the windows themselves are opened somewhere in...

investigate

Recently I've been getting more and more errors with live components that are being loaded with `lazy` or `defer` in production. I cannot reproduce it reliably in dev, though I've...

Bug
Status: Needs Review
LiveComponent