Joined June 2013
·
Posted to
Workaround for "1701 Cannot truncate a table referenced in a foreign key constraint" using doctrine:fixtures:load --purge-with-truncate
over 1 year
ago
Hey @stormsson, I'm glad to read it!
Posted to
"Uncaught TypeError: Cannot read property 'nodeName' of undefined" clicking on SVG elements
over 1 year
ago
@uriklar, I I haven't dug deeper since this solution suits my needs, but following the issue you'll find https://github.com/angular/angular.js/issues/7697#issuecomment-53101021 , so maybe you should fork the repo and make a PR to fix it.
Cheers.
Posted to
Defining and running Gulp tasks for each environment on the fly
over 1 year
ago
@azanebrain, thank you!
Posted to
Defining and running Gulp tasks for each environment on the fly
over 1 year
ago
@riyadhalnur, thank you for the feedback!
Achievements
173 Karma
22,112 Total ProTip Views
Forked
Have a project valued enough to be forked by someone else
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Charity
Fork and commit to someone's open source project in need
Cub
Have at least one original jQuery or Prototype open source repo
hello @afhammad!,
The scoped tasks are isolated and can't be reached without running their parent task, check this https://gist.github.com/coma/55692304b951945c4c49
as you can see there, common tasks like clean and index are not wrapped as others like deploy > script
cheers