James Please

Results 138 issues of James Please

This library only supports one instance per page due to the way it is written with global library state. A more idiomatic approach would be to expose a constructor that...

Hi there! Really cool lib here! I recently made a similar lib, [React Composer](https://github.com/jmeas/react-composer). Maybe we can join efforts and unify the community around one component? If not, no worries....

I'm passing 2 args to a mixin, and it's not highlighting the second arg correctly. Happy to try my hand at fixing this with a little direction (I haven't worked...

So that developers don't need to have Grunt installed globally

This library doesn't need to have a BB dep. I should take the meat of its logic out and place it into intercept.js, which provides a callback once something is...

refactor

I can likely get away w.o. jQuery here at all. This will help with #11 as well.

refactor

Routes passed to the navigate method should remove the root. Related-ish to #15

enhancement

I'm interested in using `express-request-proxy` to dynamically proxy endpoints. I know this isn't a documented use case, but it's not so hard to do: ```js const requestProxy = require('express-request-proxy'); function...

WIP Resolves #117 - [x] Add stopListening equivalents - [ ] Abstract logic to remove duplication - [ ] Tests - [x] Docs

enhancement