TJ
TJ
wont work with node 0.5.x because require.paths is deprecated
honestly I would be fine with removing it all together for right now, code coverage should be taken lightly anyway, especially the statement-based cov jscov provides
even the current stuff i have for async exports is super hacky, database clients should just queue queries before they are connected
not any time soon but probably
cool i'll try and review soonish
it seemed relatively non-leaky at the time but we're investigating better patterns for client-side routing, there's definitely a few gotchas/annoyances with page.js ATM
it's stil pretty easy to do the inverse and .preventDefault() to disable page.js for links, the 80% use-case would be to dispatch so that still kinda works
we could always have some `data-page` sort of thing to opt-in/out depending on what the default is. I'm using `target="_self"` as a hack right now to bypass page haha
👍 SGTM. added you as a collaborator and npm, I'll move this over to visionmedia/\* since it's community maintained
yeah that's the downside of supporting "formats" in the pathname (".json" etc), where Accept is really what should be used. IMO we should remove support for them or whitelist specific...