Mickaël
Mickaël
Hi there, I was creating a FTP adapter factory in [webalternatif/flysystem-dsn](https://github.com/webalternatif/flysystem-dsn), and noticed that the `$systemType` option given to `FtpConnectionOptions` doesn't seem to be used anywhere:  While there is...
### Bug Report | Q | A |---------------- | ------ | BC Break | yes | Bundle version | 5.8.0 | Symfony version | 6.0.0 | PHP version | 8.0.13...
Hi, I've been watching docker-related files to fix a problem I had (see https://github.com/jperelli/osm-static-maps/pull/19), and it doesn't seem to be "production-ready" IMO. Here's some issues I see : - `npm...
### Expected Behavior With the following environment: ```json { "backslash": "\\" } ``` And the following request body: ```json { "from variable": "{{ _.backslash }}", "from raw text": "\\" }...
### Affected Version yay v12.1.3 - libalpm v13.0.2 ### Describe the bug `sudo`'s stderr is displayed in terminal after `yay` has exited ### Reproduction Steps 1. Run `yay -yy` (or...
#### Summary It would be nice to ignore `docker-compose.override.y(a)ml` so we can override the versioned `docker-compose.yml` without modifying it or being told by git that `docker-compose.override.yml` is an untracked file....
### Description This is a proposal to fix #590 in a cleaner way than a global regex on the whole document, which might change parts of the document that must...
**PHP version**: >= 8.1 **Description** `StreamWrapper::stream_stat()` is returning an array no matter what, this can cause problems when the inner stream has a size of `null`, because it's then transformed...
Hi, I'm using zend-form as a standalone library (in a Symfony2 project), and I realize that since [this commit](https://github.com/zendframework/zend-form/commit/12caaebd4a5ea16cd17aca9b754dc20d1331fcd4) (introduced in v2.8.2) there is a [new autoload file](https://github.com/zendframework/zend-form/blob/12caaebd4a5ea16cd17aca9b754dc20d1331fcd4/autoload/formElementManagerPolyfill.php) which creates...