jongleberry

Results 313 comments of jongleberry

most likely, koa's stream pipelining could use some updates as node has introduced new pipelining features that may handle the aborts better

I'm not sure it's worth the effort to create and maintain. is google translate not good enough?

i have https://github.com/jshttp/spdy-push, but it isn't updated for spdy@2, which supports http2. making it easy to push files is a matter of setting more headers. still wondering if it would...

@BryceCicada it seems like the module is not emitting the `data` chunks after the initial event loop, which is incorrect. however, this module is no longer necessary so we won't...

Which modules that I don't maintain are you interested in maintaining?

Can you provide an example of what type of errors are happening and why you want to pass it back to an express app? Generally, when using two different frameworks,...

i am getting this with nextjs when building with turbo pack ```js ⨯ ReferenceError: isSpace is not defined at __TURBOPACK__default__export__ (utils/markdown.mjs:9:35) at (app/) at Array.map () at __TURBOPACK__default__export__ () 7...

meh i would just leave it. makes it easier for newer people. > make sure their variable to res.send is a string to get HTML output. what does this mean?...