Issei.M

Results 7 issues of Issei.M

Symfony 3.2 introduces a new config cache metadata [ClassExistenceResource](https://github.com/symfony/symfony/blob/edb8c33f35b981b72adbe23798753703edfe3819/src/Symfony/Component/Config/Resource/ClassExistenceResource.php). It assumes the cache is not fresh when the class is added or lost since previous check. If I enable the...

Since this commit https://github.com/awslabs/amazon-kinesis-client/commit/6f16b168a4fbd559a4c76956421bfbd9e4c99293, it seems you marked many overloads of constructors of the class `KinesisClientLibConfiguration` as deprecated without any alternative suggestions. How can I instantiate this class from then?...

Nowadays, we have a variety of HTTP client implementations in the PHP world, and nothing seems to rely on the specific curl's feature found in `HttpCurlInterface`, so I suppose that...

The login page doesn't contain the #tab and #utility_nav elements. This absence leads to a null reference error. As a solution, I've added a null guard to main.js.

Hi, I reported [an issue](https://github.com/brainspec/enumerize/issues/430) related to boolean fields not being properly saved in PostgreSQL, as mentioned in the title. It has been resolved in [this PR](https://github.com/brainspec/enumerize/pull/433), but the fix...

AFAIK, `AbstractHydrator#iterate()` doesn't cleanup anything as long as the iteration doesn't [reach the final row](https://github.com/doctrine/doctrine2/blob/205ee72e3360175f687d01c72024c4854dff8363/lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php#L166). So if I break the loop on the way like following: ```php foreach ($query->iterate() as...

I've added only the create-invitation, since that’s the only one I need at the moment. And this is the first pull-req for this repository, so I'm not sure whether other...