Yair Even Or
Yair Even Or
i want to be able to simply install a script which compares 2 colors and outputs a contrast number. I cannot use your code if it's not on NPM, sorry....
## main.html (src file) ```` @@include('../html-includes/head.html', { "pageName":"foo", "pageCSSFile":"bar", "serverPath":xxx }) ```` I want `xxx` to be a variable passed from gulp to my main file (main.html). it has many...
Simplified example: @@loop('foo.html', ["a", "b", "c"]) ## foo.html @@item I just made up `@@item` but you get the point. I don't want to create objects and make up key names...
I would like to suggest exposing a callback name which will allow a callback for custom handle to be passed, and will receive arguments such as `value` and completed percentage....
Please consider converting it into a table format which is the most common one on Github repos :)
hi great work here. have been using it for a while now. I had come to a point where I need to check in my code if a certain template...
I don't even know what `Makefile` means, and google says it's some linux thing so I quickly closed the Google tab because I didn't want to know any irrelevant things....
If you have items which are all exactly the same initial width and height, and start resizing their container, then the last row doesn't match, and it looks weird. This...
this scenario doesn't work.. I have a file which exports one function as `default` and one without, example: ```js //...some code.. export default foo export bar ``` and I want...
I have a website with thousands of photos (hosted on 3rd party service) and I want to morph between 2 random photos. is this possible?