Viktors Buls
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,...
[Bug] Route#refresh() results in a transition that cannot be retried if there are dynamic segments
I'm storing a failed transition on route errors and presenting "retry" button in the `application-error` template that calls `failedTransition.retry()`. Everything works fine, except when the transition error results from a...