Albin Kerouanton

Results 60 comments of Albin Kerouanton

Nope, no idea right now. It's meant to replace current `Apc` and `Cache` adapters, but nothing else has been decided. Feel free to make any propositions, we're eagerly looking out...

We need to remove support of php v5.6 if we want to properly handle errors for Local adapter. Also OpenCloud adapter shouldn't be fixed for now: it's based on an...

To give a better insight about current state of Gaufrette: we try to not merge breaking BC changes into v0.x so users can update from one minor to another seamlessly....

To give more background: we're going to move from filesystem abstraction to object storage abstraction, thus directory concept is neither needed nor advisable.

List of referent maintainers: | Adapter | Referent | |--------------------|---------------------------| | AwsS3 | @NiR- | | AzureBlobStorage | @NiR- | | DoctrineDbal | @pedrotroller, @NicolasNSSM | | Flysystem | @nicolasmure...

@dkarlovi There's also `listKeys()` method from `ListKeysAware` interface, and it takes an optional pattern. Both methods exist because some storages don't allow to search for a specific pattern. But I...

@phcorp Thank you for the bug report. But as said in the PR I'm not sure if that's a bug (due to your environment) or a request feature. Could you...

I'm pretty sure it's a bug related to your charset config: non-ascii chars works well on 3v4l.org, [see here](https://3v4l.org/Ra7eZ).

Is this the output of `locale` after you modified your system charset? Do you still have the bug? If that's only an issue related to system charset, I'm not sure...

> Tip to detect the issue: the parse_url function works fine on my system until using stream. Mmh, what do you mean? `parse_url` is used at two places in Gaufrette...