Results 6 comments of Sergey Okatov

I suggest a pull request with 3 extra mime-types. It is not at all a solution, but I am afraid the solution requires more time. The origin of the problem...

I consider the annotation only from the point of compatibility. In my project I prefer KTOR version. Ktor has a rather advanced mime type classes based on `ContentType` and I...

> Probably will create PR and will ask you to review it, if it is possible :) You are welcome. I will be glad to help the project

So, I was a bit wrong. That was just an error in enum generation. Any enum is converted into such a structure: ```c enum FfiPoll_u32_Tag { Ready_u32, Pending_u32, Panicked_u32, };...

Please, add to the Readme an extra option which looks now mandatory. ``` 'apns' => [ 'class' => 'bryglen\apnsgcm\Apns', 'environment' => \bryglen\apnsgcm\Apns::ENVIRONMENT_SANDBOX, 'pemFile' => dirname(__FILE__).'/your_cert_file.pem', 'options' => [ 'sendRetryTimes' =>...

Both points are about one thing. A rather complicated project may include different packages that have their own migrations. First point states that currently this project allows fetch only migrations...