Steven Tey

Results 339 comments of Steven Tey

thanks for explaining @abass! this makes a lot of sense – this is actually a highly requested feature so we will get this prioritized soon!

I believe this has been fixed with our new analytics chart component!

Hi @hemant-code625! That won't be possible in our case since we're using [edge middleware](https://github.com/dubinc/dub/blob/main/apps/web/middleware.ts) to handle redirects. We'll also have to rethink our existing redirect logic ([`GET`a kv-pair from Redis...

Some ideas: - MySQL: Redirect rules are basically still links, but with an extra column (`rule: true`) - Redis: Make the usual Redis call to get a link, if not...

Appreciate the input here @lessthomas 🙏

Just tested this out, 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)

Edit: NVM, just saw your comment here https://github.com/vercel/satori/issues/592#issuecomment-1979586066 Really appreciate your work on this @kiwiyou, but from the latest [preview URL](https://satori-playground-dplu3elt5.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), this doesn't seem to work: (PNG tab)

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...

@UsmanDev09 feel free!

@jmagentio yes we're reviewing this PR currently cc: @devkiran