jongleberry

Results 127 issues of jongleberry

https://github.com/kevinbeaty/any-promise this implementation supports more promise implementations and allows the end-user to configure the promise implementation.

would be nice if there were an API. i'd like to embed a server within a server and have the sub app automatically restart itself

if there are no updates, all i see is empty space. i thought it was broken at first. you can say something like "No updates". same with component-outdated. ugh, should...

seems like pg@7 always returns a promise now, and the promise doesn't seem to resolve for me

https://github.com/visionmedia/co/pull/43 i'm guessing it's because of the callbacks and iteration count. any way of avoiding this?

you asked to help maintain this library, so here are some thoughts: - streams2 implementation, shouldn't be hard with `readable-stream`. - i don't like the type inferencing in `getBody`. prefer...

https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html unless i'm reading it wrong

would be cool if you had a boilerplate HTML template, something like: https://github.com/h5bp/mobile-boilerplate/blob/master/index.html#L13 it should be optimal with the intention of having developers commenting/removing what is not needed

i'm not sure how to explain it. right now, you're tying some `session` object to a request. would be nice if you split out the entire `session` object logic, i.e....

have you figured out a way to mount vdoms onto each other?