J. W. Ahyoung
J. W. Ahyoung
I like Oboe and I've attempted to use it in some of my projects. A new standard that's looking fairly promising is the [Fetch Standard](https://fetch.spec.whatwg.org). MDN has a bit of...
Amazon has an SDK available for Node and the browser here: https://github.com/aws/aws-sdk-js How does this library compare to the official repo? What benefits does it provide in comparison? I'm asking...
Based on the initial codebase written by @niieani, Aurelia server rendering will apparently look for `console.debug`. See https://github.com/aurelia/skeleton-navigation/blob/ssr/skeleton-typescript-webpack-experimental/server/index.ts#L33. If `console.debug` isn't used by the bootstrapper, we can probably get rid...
Accessibility for a virtual list could be lacking. ARIA provides a way to mitigate this; even if it may not be supported by accessibility user agents, it's worth having and...
With a mouse or keyboard, it's possible to scroll the list element to reveal more virtual items - previous, or next. Testing with Voiceover in Safari (OSX 10.10) with the...