~Excalibur

Results 5 issues of ~Excalibur

I have to build piscina via webpack, cause i'm using it in electron main process. The error is: After build piscina is trying to resolve `worker.js` instead string in `filename`...

Error after `yarn create strapi-starter my-project next-blog` command: ``` Exit code: 1 Command: (node install/libvips && node install/dll-copy && prebuild-install) || (node install/can-compile && node-gyp rebuild && node install/dll-copy) Arguments:...

I am using hazel programmaticly with private github repo I meet issue that [proxyPrivateDownload](https://github.com/vercel/hazel/blob/a06e6c5e4acdab0339c14361f086c3f6ff8a10fc/lib/routes.js#L23) function always returns 404, if `Authorization` header is not set. For example, assetRes without Authorization header:...

Use [active-win](https://github.com/sindresorhus/active-win) instead.

Instead of doing every time this: ``` const pool = workerpool.pool( path.resolve(__dirname, 'worker') ) const tasks: workerpool.Promise[] = [] for (const entity of entities) { const task = pool.exec('worker', [entity])...

enhancement
help wanted