desirelabs
desirelabs
Hello, I can't really understand how cache is working. I have in my twig template : img src="{{ file.url | apply_filter('thumb_150') }}" According that my images are located in my_project/web/uploads/gallery...
Hello, this is the message I'm having while I load the script. I also have hammerjs + map file (latest version), and jQuery 1.10.2. Why this message ? Thanks
Hello when I first install Atomik with composer, I have this error : Fatal error: Cannot redeclare class kintParser in /home/franck/www/atomik/vendor/raveren/kint/parsers/parser.class.php on line 3 I'm using php 5.5 and apache2.4
Hi there, I'm willing to work with symfony and webpack encore, and add angular 4 to it. Is there any proper way to handle this ? Thanks
Hello, Im discovering your work and I'm trying to figure out how to make randomize shapes like the demo site. Right now I only get squared shapes with static triangles....
Hello, I'm trying to make a search query to Twitter Rest API. Whereas getting data via `getHomeTimeline()` works, getting some via `searchTweets()` doesn't. ``` angular.module('app') .controller('TwitterCtrl', function($scope, $ionicPlatform, $twitterApi, $cordovaOauth){...