Tales Santos

Results 10 comments of Tales Santos

I yet don't understand why `enums` can't have `__toString` methods. It'd solves this problem by casting it to string internally in the security component.

Thanks guys. And does it make sense to have this kind of option? Em ter, 12 de fev de 2019 às 14:01, Christophe Coevoet < [email protected]> escreveu: > Well, the...

I'm getting this error requiring `cnam/security-jwt-service-provider:2.1.1` ``` Problem 1 - Installation request for cnam/security-jwt-service-provider ~2.1.1 -> satisfiable by cnam/security-jwt-service-provider[2.1.1]. - Conclusion: remove pimple/pimple v3.2.2 - Conclusion: don't install pimple/pimple v3.2.2...

Hi nate, could you open a PR for this?

Thanks to anticipate the results, @eduard-sukharev. @soyuka In addition, we'd appreciate your inputs about any issue in vendor's setup.

BTW, I'm planning to run this benchmark on EC2 instance to abstract the environment.

Sure, @soyuka. As soon as I finished the benchmark on EC2 instance I update the README with the results.

An option at the transport level to entirely disable the `ErrorStamp` or at least allow us to provide the size of the trace could work. I'm surfacing the same issue,...

Another workaround to completely disable the default behavior without additional classes is to remove the `AddErrorDetailsStampListener` from the container: ```php

My contribution about this subject is that generated code always is faster than reflection at runtime. We need to consider this when look forward about this object mappers/serializers.