Charly Poppins
Charly Poppins
Fix error : Uncaught SyntaxError: Unexpected end of input in translations line 3 Generated code : ``` (function (t) {t.fallback = 'en'; t.defaultDomain = 'messages';//frt.add("app.cookie.dontdisplay","Ne plus afficher", "messages", "fr");t.add("app.cookie.readmore","En savoir...
deprecated on 4.2 removed on 5.0
Hi, i have a problem using ```Warning: Failed context type: The context 'muiTheme' is marked as required in 'DataTables', but its value is 'undefined'``` I'm using **"material-ui": "next"** in package.json...
Hello, I'm trying to use a parameter in my routes translations ```#Resources/translations/routes.en.yml lacarte_category_list: /%my_admin_prefix%/category/list ``` ```/Users/charly/Documents/Sources/cleancms/lechic/app/config/parameters.yml parameters: my_admin_prefix: /admintoto ``` is there a way to do this ?
I've got this error **The requested language "fr" was not available. Available languages: "en, en"** 406 Not Acceptable - NotAcceptableLanguageException Got this in my **config.yml** jms_i18n_routing: default_locale: fr locales: [fr,...
Retina
Is there a way to handle Retina display with the cache ?
Hi, I have a OutOfMemoryException that I can't catch. Do you why ? ``` try { $img = $this->get('image.handling')->open('/path/to/my/image.png'); $chemin = $img->jpeg(80); } catch(\Exception $e) { //} catch(\OutOfMemoryException $e) {...
It seems that after a doResize $this->width and $this->height are not set with the new values. I tried to edit Adapter/GD.php with this but I didn't managed... $this->width = $new_width;...