Steven Tey

Results 339 comments of Steven Tey

@DawgZter yes, but it's probably going to be closer to the end of September! Also planning to roll this out in stages so if you haven't already, feel free to...

That's awesome to hear @martinez-hugo! - **It's possible to migrate (existing links and stats) from t.ly to dub.co?** If the link is a `t.ly` link, that won't be possible. But...

Good news – we just launched the Dub API beta today ([sneak peek](https://twitter.com/steventey/status/1708563578457071643)), with an estimated General Availability (GA) date of mid-October 2023. If you are interested in joining the...

@MrlolDev not for the first version of the API, but potentially in future versions!

Good news – we just quietly launched the public beta for Dub's API! Here are the docs: https://dub.co/docs We're still planning to add a few more features to it before...

This looks AWESOME! It does need a couple of visual UI tweaks but please do make a PR and we can iterate on it 😄

not sure if that's the root case @kiwiyou, just tested out the preview URL in the PR and it doesn't seem to work: [playground link](https://satori-playground-git-fork-kiwiyou-fix-nested-svg.vercel.sh/?share=dVPtbpswFH0V5GniTxQbSNiCQqWt3bTPP2ulStMkRPDFODU2wyaQRnn32Wm3wtIiIXHPObo-5_pyQIWigBK0pnz3S3qPjzZ7Aenh8IR4XgWcVSbx_ICQ1_5sTPWcmupZhnLdiHxvuVLAMOUccsVbKAxX0ioKJbpaTjW54Ex-NlBrJwBpoJ0Ktp02vNxfKktJ5-450SYv7lirOkkvlVCtVb0qy_I_N7bDNb-HxIvCM-L2MXtMyIg7Hv9-XzyBa71jZ7NJ3Wj882me4zsO_Xs1pD7xiGdJ904EJRci9aWSMIGHWkid-pUxTYJx3_fzPpqrluGQEIKtp5F65Nb65XXOYIx4Hqepf4JJFmTh5JwXA70cyTItlA_etDVnonlpCirnEgzeNgyTEK-WOIzxIsZRTLKPWbhahvEifrPMCtF__Tko9q4avl2v9FUQRzfs7j64_f5J_w5-fJnbBpPT8PguXPB_9RrbHb9AM6Qat3EaJQd0CoOSt_Ze0YN_lCxcQWHTMZSUudAwQ1CrLb_ZN-5PMf2psn3cZnyoN0BRYtoOjjNk8o1VVCCE6lUrKDr-AQ)

Ran into this issue today as well – I ended up wrapping a `Promise` around my `c.get()` and it worked like a charm! Code: ``` c.on("ready", async() => { await...

@Skarf4U what browser / device are you using? Can you share a screen recording of the issue?

Steven from Vercel here – I just made a [minimal repro](https://github.com/uncurated-tests/nextjs-cache-miss) that confirms this – it looks like it's a bug that's caused when you use `export const runtime =...