Steven

Results 553 comments of Steven

@petejodo What does "working" mean in this case? Previously there was no error message but it was failing silently. So in 13.5.0, a helpful error message was added explaining how...

> Is satori currently sensitive to wasm file size? Yes, we would like `satori` to continue working with the 1 MB gzip size limit for Hobby customers using Edge Functions....

This sounds useful! I've used the [is-animated](https://github.com/qzb/is-animated) package in the past for this detection but having it in sharp would be a great addition. Might be worth comparing their implementation...

It got pulled from the store for violations

Is this a duplicate of #47

I can't reproduce with `@vercel/[email protected]` I had to add the missing variables `fs` and `_` but it doesn't transform `resolve` like you suggested. ### Input ```js const fs = require('fs')...

Can you share the steps to reproduce?

I can't reproduce the issue. ``` mkdir example cd example npm init -y npm install socket.io echo "const s = require('http').createServer();const io = require('socket.io')(s);console.log(typeof io)" > index.js ncc build index.js...

I see, thanks! The bug is likely somewhere in this `if` block: https://github.com/vercel/ncc/blob/f4b546e8078f31f1eed0cc69fd31603bb37a3386/src/index.js#L588 If you want to fix it, feel free to submit a PR, thanks! 👍

It says "Project IDX is currently a limited preview. Follow the steps below to join the waitlist to try it." So I can't properly review the features to see if...