Blake Embrey
Blake Embrey
Duplicate of https://github.com/rs/pushd/issues/110?
Can you explain the issue more thoroughly? It seems I didn't understand.
I still don't understand. Why wouldn't you just batch it yourself? If there a way you see `pushd` helping here?
We don't even need an AST object to be honest, we just need to generate two functions instead of one and compile into the one template. The first function generates...
We can also optimise listeners by call `.get` with an array of parts of lookup and removing `.subscribe` and `.unsubcribe`. Instead, we should make `.get(obj, parts, options)` and have the...
@jordansexton I don't really use Koa anymore in my own projects. Did you want to take over this module at all? I'm happy to give you access on GitHub and...
Most people want Express.js used in the project, but in personal projects I've been using https://github.com/serviejs (inspired partially by Koa) because it works seamlessly on any environment (I'm focusing on...
On a side note also, just be aware that `path-to-regexp` 2.0 currently has no support for the "asterisk" pattern (`'/*'`). It's easily worked around and shouldn't be used too often...
@jordansexton Feel free to merge and release whenever you want to. I can also transfer the github repo to you entirely, if you'd prefer 😄
Sounds like a great idea, first we'd need an index page! 😄 Would love to accept a PR for something basic. I'm assuming this would require someone to navigate to...