jongleberry
jongleberry
I just realized that I already migrated it to jest a while go haha. if anyone is interested in migrating to node's official test runner, that would be great. otherwise,...
Just need to spend time to write a migration doc for v3 and then I am going to launch it
let me know if anyone contributed that I missed in the release notes https://github.com/koajs/koa/releases/tag/v3.0.0
@TechQuery it should just be `send` or any middleware that serves from the filesystem due to the ENOENT removal, I will take a look later
actually, `send` handles ENOENT itself. looks like tests are passing with koa@3 so we're good
I don't understand this fix
why does that package matter? it should be completely independent from this package
this is similar to https://github.com/aheckmann/gm/issues/211. difficult to stdin multiple images as buffers
can you provide a reproducible case or example?
at a cursory look, you are loading the entire file in memory. of course you will run into memory problems