ReynierPM
ReynierPM
yes, confirmed, I am running the same issue: Chrome 48.0.2564.97 m, jQuery 2.2.0, Bootstrap 3.3.6 and latest Bootstrap Maxlength release from master branch. This is my setup: ``` $('#message').maxlength({ alwaysShow:...
@mimo84 well I think you miss a case when we mix special characters like in spanish languages ex: áéíóúñ or any other with line breaks. For example I am testing...
Upss @RyanThompson I didn't see this, I will take a look to this and will update the repo with the changes
@matriphe I've tried for PHp56 but it fails although the extension [does exists](https://pkgs.alpinelinux.org/package/edge/community/x86_64/php5-xdebug) ``` ERROR: unsatisfiable constraints: php5-xdebug (missing): required by: world[php5-xdebug] ``` What could be wrong?
@cedric-g that's not working for me. This is how my config looks like: ``` # LexikTranslationBundle Configuration lexik_translation: fallback_locale: [en] managed_locales: [en, es] storage: type: mongodb object_manager: default resources_registration: type:...
@cedric-g this is the libraries I've installed "symfony/symfony": "3.2.*", "lexik/translation-bundle": "~4.0", I did clean the cache after make the change but even though the translations doesn't appear translated in the...
@nacmartin yea I am using this too and is holding me up with my PHP8 migration, any updates on this merge?
@sdiaz Will you add this example soon? I am dealing with this and can't find a way to upload the file through FOSRestBundle in a POST request, if you can...
hi there, as today this still an issue? I am trying to run/debug Behat Scenarios using PhpStorm and I am getting the same exact error as everyone here. Also what...
@b2p-fred I running Behat same as in your example but for some reason, PhpStorm does not see the variables defined at `.env` 😐