Oli Mortimer
Oli Mortimer
If you run dom-monster again on the same page (not that you would intentionally, but sometimes can be by accident), it doesn't remove it's old nodes / elements, and reports...
I'm looking at which cart package to use, and have been comparing laracart to laravelshoppingcart - https://github.com/darryldecode/laravelshoppingcart I like how laracart can handle coupons etc, but can't help thinking the...
flot-tickrotor ignores the labelHeight, so this fixes that issue, and will only use the rotated label height if it's greater than our options labelHeight. Ref #17
flot-tickrotor ignores the labelHeight, so multiple graphs end up with different height axis labels.  The linked change fixes that issue, and will only use the rotated label height if...
I've started to use the `flag-icon` and noticed this is using cca3, however `lipis/flag-icon-css`, which I assume is what this is intended for use with, uses `3166-1-alpha-2` for the country...
Since upgrading from 0.4.13 to 1.0.0, I'm finding that that busted files are being busted multiple times, so I end up with lots of the same file: ``` projects.c1979eef7285467a.js projects.c1979eef7285467a.c1979eef7285467a.js...
I've installed Docker Desktop for Mac, which includes docker-compose. Clean install, no other docker containers. I then run the below command; https://github.com/akeneo/pim-community-standard ```` docker run -u www-data -v $(pwd):/srv/pim -w...
Within my PhoneGap Build app (outside of PhoneGap works fine), any `a href` links with a `btn` class on them misbehave - you click the button, and it changes to...
Added AFTER previous_field to ADD COLUMN, and removed from MODIFY COLUMN
There's currently no DROP COLUMN query output when a column is removed from a source table