Steven
Steven
Yep, or change `ts` to `tsx` and solve it like this https://github.com/styfle/packagephobia/pull/534
@TooTallNate Something seems strange. The new test I added `test_ruby_hello` is never executed. Is there something I'm missing?
You can’t create Lambda functions on Node 8 so we also dropped it from now dev.
I noticed the same thing: I set `SEGMENT_DOWNLOAD_TIMEOUT_MIN: 5` but its still running after hours instead of timing out after 5 min like I would expect. https://github.com/vercel/vercel/blob/0e4124f94c94ba7774a8c3ed73d3c0962f70b847/.github/workflows/test.yml#L69-L74 https://github.com/vercel/vercel/actions/runs/3130757219/jobs/5081381465
I couldn't figure out why half of my images were not showing up after drag 'n drop about 10 at once. Then I saw this issue and resize the images...
@jamiebuilds What you just proposed for `setIndex` is basically `splice` with a fixed `deleteCount` of `1`. ``` Array.prototype.setIndex = function(i, obj) { this.splice(i, 1, obj) } ``` I'm not sure...
> How big is Carlo Carlo is about [2 MB](https://packagephobia.now.sh/result?p=carlo). In contrast, Electron is about [130 MB](https://packagephobia.now.sh/result?p=electron).
I think exposing the version is not going to help very much. It's better to do feature detection. ```js if (navigator.getUserMedia) { // do stuff } else { alert('Your version...
Maybe @ryanflorence already published it somewhere?
@EmmaZhu When can we expect this fix to be released?