Alexander M. Turek

Results 39 issues of Alexander M. Turek

### Description I'd like to send emails with attachments using Symfony Mailer. I'm using Messenger to send the emails asynchronously. Consulting [the documentation](https://symfony.com/doc/current/mailer.html#file-attachments), I have two options to do so:...

Mailer

| Q | A | ------------- | --- | Branch? | 6.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | N/A...

Serializer
Status: Needs Review

| Q | A | --------------------| --------------- | PHPUnit version | 10.0-dev | PHP version | 8.1.6 | Installation Method | Composer #### Summary I wanted to try out PHPUnit...

type/bug
feature/test-runner

I'm testing an application with Behat, Mink and Selenium 2 that has some input fields with autocompleters. A typical autocompleter is rendered as a `` below the input field that...

# Bug report I'm operating on an array with dynamic keys. When trying to add an item to a nested array right after initializing it, I get an error, telling...

bug

| Q | A | ------------ | --- | Feature PR | symfony/symfony#41615 | PR author(s) | @vuryss | Merged in | 5.4

Serializer
Keep open

## Feature request With PHP 8, there are two ways to specify a nullable type declaration: * Nullable type (PHP 7.1): `function myFunction(): ?SomeType` * Union with `null`: `function myFunction():...

kind/feature request

## Motivation A common problem for packages is dealing with dependencies that may or may not be present. Take for example Symfony's Form component `symfony/form`. The main purpose of that...

I'm opening this issue as a follow-up to #6269. We are currently using AppVeyor for our Windows CI where we install SQLSRV extensions from PECL. However, PECL hasn't received fresh...

CI
pdo_sqlsrv
sqlsrv

### Bug Report | Q | A |------------ | ------ | Version | 3.6 #### Summary When we change the type of a foreign key and the referenced column simultaneously,...