Dmitrii Poddubnyi

Results 18 issues of Dmitrii Poddubnyi

Hi @thePanz ! The signature of [TransportFactoryInterface::createTransport](https://github.com/symfony/symfony/blob/v4.3.1/src/Symfony/Component/Messenger/Transport/TransportFactoryInterface.php#L25) has changed, as of Symfony 4.3 it requires 3rd parameter: SerializerInterface. My changes would probably break 4.2 compatibility, maybe you have better idea?

The function [implementsInterface($value, $interface, $message = '')](https://github.com/webmozart/assert/blob/1.5.0/src/Assert.php#L1336) from the [docs](https://github.com/webmozart/assert) >Check that a class implements an interface. Here is the code: ```

***The exact error:*** ``` Fetch API cannot load http://demo.api-platform.com/docs.jsonld. Response for preflight is invalid (redirect) ``` ![image](https://cloud.githubusercontent.com/assets/1675033/26644007/00dbdd94-463c-11e7-8aa9-c68122256996.png) ***How to reproduce:*** 1. I'm using https://demo.api-platform.com as an api endpoint ![image](https://cloud.githubusercontent.com/assets/1675033/26643835/5a39dda6-463b-11e7-8928-96dd7246da10.png) OPTIONS...

This plugin is bundled with `aws-sdk-php` which requires `guzzlehttp/guzzle:^5.3.3|^6.2.1|^7.0`. In version 2.2.1 there was `guzzlehttp/guzzle:6.5.5`. But in 2.3.0 it's now `guzzlehttp/guzzle:7.2.0`. I have other plugins that require guzzle v6 and...

I tried the binary v1.4-dev from this PR https://github.com/scaleway/docker-machine-driver-scaleway/pull/85#issuecomment-387473527 ``` ➜ Downloads docker-machine rm scw2 About to remove scw2 WARNING: This action will delete both local reference and remote instance....

Hello. Throughout the [Goutte](https://github.com/FriendsOfPHP/Goutte/blob/v3.2.3/Goutte/Client.php#L72) [client](https://github.com/FriendsOfPHP/Goutte/blob/v3.2.3/Goutte/Client.php#L148), the `allow_redirects` is set to false. I tend to agree with this because I use it for tests. The issue is that in the [abstract...

Hello, the demo page won't work ![image](https://user-images.githubusercontent.com/1675033/48150164-9bcb6400-e2c6-11e8-8133-e7530aac2d40.png)

The method `sqlite3::initialized` always returned false because it was checking for non-existing tables. So let's make things consistent.