humancopy
humancopy
this is a proper implementation ... previous pull was wrong :)
Hey, Would be cool if you could add an icon for Gift Card also... Thanks :)
Could you please submit FancySelect (with CSS and minified version) to either [cdnjs](https://cdnjs.com/) or [jsdelivr](http://www.jsdelivr.com/) Thanks ... :)
This pull request adds the `.cf` class to the `i` element in the CSS. Without this it breaks other `i` elements in the page or other fonts using the `i`...
Using ctype_digit doesn't work as expected. For example for the CVC of 243 which is valid it returns false. Using is_numeric is more appropriate in this case.
This adds the ability to authenticate the request from Shopify using the HMAC param. I also modified the readme to reflect this change.
https://help.shopify.com/themes/development/theme-editor/sections#schema
The possibility to easily rename and/or duplicate a database.
Unlocks a queue when dequeue is called, using the before dequeue hook (see: https://github.com/humancopy/resque/commit/5042244f486b8ee976926f4b4007de182718f0ef). It also stores the lock in a hash so it's easier to remove all locks if...
It's important to trigger the click instead of updating the window.location because not all links are meant to change the location. Triggering the click again makes sure that the expected...