Christian

Results 25 comments of Christian

try replaceing this code: angular.forEach(icons, function(value, key){ var a = angular.element(value); a.on('click', function(){ $ionicSlideBoxDelegate.slide(key); }); }); with this: angular.forEach(icons, function(value, key){ var a = angular.element(value); a.on('click', function(){ $ionicSlideBoxDelegate._instances[0].select(key); }); });

Duplicate of https://github.com/laravel/ideas/issues/1396

there is a pr made recently here: https://github.com/laravel/framework/pull/37656 🙏

yes, but since each alias can have different arguments like in my example. Here it just returns the argument of the last **schemesCount** property.

maybe include the alias name in there for good measure

what about config files for phpstan, it does not seem to pick up my config: phpstan.neon, but I might be mistaking

That is unfortunate, since I am using Laravel. I also use the config from https://github.com/nunomaduro/ with phpstan vs code plugin to better match Laravel logic, but since your plugin support...

For a user not understanding object C. Can you explain exactly where I put that "[NSThread sleepForTimeInterval:0.001f];" @dpolivy @michalzyka. Thx

Thx man. Will take a look at your fork Christian > Den 07/05/2015 kl. 19.12 skrev Dan Polivy [email protected]: > > @crissi I think you can just put it at...

pretty sure I got the iterable logic wrong, so probably need some help there