Issei.M

Results 10 comments of Issei.M

As of now, in AWS Lambda, using the packages depend on native module such as node-iconv is quite a bit hard or tricky, so I wanna use iconv-lite rather than...

+1 Tired of entering password every time.

Actually, not yet. But we sometimes need to use a web server that is limited of use where for example we cannot install PHP extension modules like curl anyway. In...

I'm digressing from topic a bit, but `in_array` without the 3rd argument seems to be scattered in codes. IMHO, the 3rd argument of `in_array` should always be `true` nowadays, and...

This pull-request doesn't seem to fix the targeted issue. AFAIK, the issue author (@elliotbruneel) would've wanted `BackedEnumNormalizer` to throw the `PartialDenormalizationException` in case a value not corresponding to the enum...

@Ocramius Thanks for your quick response! First of all, I understood that is the expected result. However, we have/use the Generator nowaday, so relying on whether iterator has reached to...