Boris Guéry
Boris Guéry
Having experienced an issue with an ESI request, I took a quick look at the code and I realized that the listener ignores sub-requests (used by ESI). There: https://github.com/suncat2000/MobileDetectBundle/commit/444e595d1eb0b2f8d83f395100c8db7e2cc868cf#diff-1ef8ac159e28a851a5ada1b954455703R72 I'm...
We may need to add a configuration to determine if we want to strictly match commented keywords. ``` php // var_dump($dummy); ``` It may not be matched based on flag.
Depending on the iconv lib and the system locale, the Slugify inflector doesn't behave correctly. We may need to use an hardcoded characters maps for common US transliteration.