ryan neptune

Results 26 issues of ryan neptune

Integrating with frameworks should be beyond the scope of Response. I plan to remove [`Response.bridge`](../tree/0.8.0#integration). It only [affects](../blob/master/response.js#L809-L822) `.fn.dataset` and `.fn.deletes` [now](../blob/0.8.0/CHANGELOG.md#080). Devs can still integrate on their own if...

1. Refactor the way breakpoint data is created/stored/accessed to best allow for 3–5 below in a way that scales. 2. Allow for attributes beyond `src` to be swapped. (#14) 3....

For [Response 1.0](https://github.com/ryanve/response.js/issues/15), I think JSON may a more resilient way to denote variants in the long term, and would alleviate some of the complexity involved in defining breakpoint sets....

One of my initial goals with Response was to have it run entirely on native code. But back when I first started the project I didn't know how to handle...

I think we could improve on the testing here. Does anyone have interest in helping redoing the tests in a better way? Such that we could run then via `npm...

help-wanted

In 1.x the signature for these is [`.inViewport(element, cushion=0)`](https://github.com/ryanve/verge/blob/1.9.1/README.md#inviewport) where cushion is an optional +/- cushion around the element. Is this clear enough or should we somehow redesign to be...

How we can make v2 even better than v1? Feedback wanted on this and other ideas you have =) - .min file: Is there still value in providing a minified...

[verge](../#readme) methods that accept `(element [, cushion])` expect `element` to be native DOM element. Under the hood the 1.x code actually allows `element` to be an array-like object, in which...

Methods whose signature is `(value [, number])` cannot be used directly as array iterators whose 2nd argument is the array index. It'd be useful add `guard` params that allow the...

enhancement

Internally I'm planning to separate rectangle cushioning from measuring. It could also be useful to have a public method (called `.pad()` or `.cushion()` or otherwise) that could adjust rectangles. Should...

enhancement