Viktors Buls

Results 3 issues of Viktors Buls

Hi, the component looks nice, unfortunately I cannot use it as is for my use case, which is: > SPA that shows pages of images, preloading the next page until...

Hi, here's a bare minimum patch that implements Item#store, like the Object#store in the aws-s3 gem

JS package is broken when merging a hash followed by a typical jquery plugin. Example: Tools={ myfn: function() {} } (function($){...})(jQuery) after packaging this essentially produces the following: Tools={...}(function($){...})(jQuery) which,...