Vincent Langlet

Results 395 comments of Vincent Langlet

Did you try others enzyme-to-json version ? @boatcoder

I'm using this on node 12 without any issue... Any ideas @adriantoine ?

PR are welcomed. Prior to `null` behaviour, you had just an empty object ? I would be better to have the complete object with the style property.

> Just for the record, Flysystem has never supplied a stream wrapper. I never try with the v1, but seems like VichUploader had a way to do as-if. > There...

In the V1 of Flysystem, Calling `FilesystemAdapter::applyPathPrefix` method was kinda a hack since it wasn't in the interface. ``` if (\is_callable([$adapter, 'applyPathPrefix'])) { return (string) $adapter->applyPathPrefix($path); } ``` But it...

> Perhaps an intermediate solution could be to provide the stream wrapper in flysystem-bundle? I guess it would make sense as it'll mostly used by Symfony devs and I'd be...

> As discussed with Frank, I'm working on a small lib implementing a stream wrapper for Flysystem. I hope to release a first version soon. Hi @tgalopin ; did you...

In my case, the `.phpstorm.meta.php` are checked by this library and returning multiple unknown symbol. I would prefer to remove these files from the check.

I have ``` "autoload": { "psr-4": { "Foo\\": "src/" } }, ``` You mean I can easily exclude the phpstorm meta from the composer autoload and still having in the...

> That file doesn't need to be in src in first place I agree, it doesn't need to. But I have multiple `.phpstorm.meta.php` configuring different functions, different classes, ... So...