Travis Fischer

Results 663 comments of Travis Fischer

> I've honestly not been sure what to do with the NodeJS bindings. embind, which was being used before to allow both NodeJS bindings (via V8 FFI), and browser bindings...

Thanks, guys; appreciate the quick replies 🙏 I don't think I was clear enough in my original description, however. I meant this issue to be more about **supporting JPEG output...

This is something I'm running into quite a bit when porting headless chrome OG image templates over to Satori. The process currently involves lots of trial & error to figure...

Just normal style props. Here's my [before](https://github.com/transitive-bullshit/nextjs-notion-starter-kit/blob/main/pages/api/social-image.tsx#L100) & [after](https://github.com/transitive-bullshit/nextjs-notion-starter-kit/blob/feature/update-deps/pages/api/social-image.tsx#L39) in case you find it helpful ([playground link](https://og-playground.vercel.app/?share=rVZ_b9s2EP0qhArXGWBZ1E_bQp0gSJcuf-yfrcAwoMBAiaTMVBI1irKcBPnuPUmWLCd2GxRFgli8ezzynt4758mIJWVGaHygYvslR6jUDylbPz01zwgVshRayDxEU8VSosWWTWddasNEstGQsDGe9MFaUL15EaOiLFLyAFGesl0fbZ4_CsXifflYplWW99mIxF8TJauc3shUKsi_s28d7Cx6AElFkt9plpXNXpZrpvrUfVVqwR9uJATz5oLHablliqeyhsRGUMryaRN_fv6SXzYPPQ8vmTjigkQlXFcPXJxh4zQfb-huDLnLSMLCPo7QtFLpxUbrogwtSyuSN7fasqhK03IzF9r6L2c7bYlm2xVg1y124l5PnFv4ret6nsumj3kpYd3i4LNDOX6D8xsk_CldsyrNmpXadOYkI48yJ3U5j2XWpVlcKbavZpYa5BEPSUw94hGfmkvCuOktFq654nZg0mVseys7xs7Ka4EsixSJmRlvSJ6w-X2RTNxbTaKUTdyPUSrjrxMnEBQWlMcLvsArkzCXmZ4TB-bKWTkmD3zPpb6_DDgGbEziTbN367yv1-7Sw-__Xy_83w7ccpGCHoD1KK3UxbLYjXItoVyqDNJlTFJ2Yc8xbO7yjUoQuvxggUhALW_Wy0vvDMJYYfxKQp5_iJ32zo_cA_KRirYt2kGxQyBWQZFKInKBZ-3P3B313IH_IlRU4KblEH-8yynbhcg-ar5bHNp-3fg52Z91yfk-f9zpCb-XRaMn0rpnDDxhO875GFEQSkWehMjxRtHvzJpWMmC36wZyyPbJjrKBtI62gS_E4cp_i0cG7xwD9hKNhfU9-BLP2tU_ez4XuN1_uNMfskbXiqF_ZYU-SWgJfZboE9PoBsiSGVPl1XDGG8_srvgnUfEGOdh2-n3jGsfVfnKUalmEyHWGdco4tGjjwyvpZWQ7B7HuJTcOnRPVsd6n_tFo7o0DY2Hvm2ORWNar2YymqcgZUWaioCYo4EJLKKSB6Bl6RyPucQ4PUMbm9sh3J0uNpzt8U8UsbUaqRQphwei2yJZooqzVMqCUUJ8yqMpWC3cRUB9jYkfRckkXmNCAU4zdq3Id4HNHdu-19SLQO2ahd75_yvkiSwbnq3g9_cW3HczzC8bKyWnu9dP84E_rSLvdpzEzZNGItDTCJ6M92ghtBwa20Z1nhEGzoPDVmxghJ2nJZgbL5L34_FA0_1Lpul1BocZFv2cRo0aoVcWen78B)). I ended up starting mostly from scratch since there were so many small...

I ran into a related issue using Next.js's local dev server, which uses `undici` and https://github.com/vercel/edge-runtime/blob/main/packages/primitives/src/primitives/fetch.js to polyfill `fetch`-related primitives. It appears that using `ky` in this environment doesn't work...

It's likely that some of the dependencies are out-of-date. Please feel free to send a PR if you get it working.

Please see the Status section of the README; this module is no longer actively maintained.

The source is pure es5, so it should be fine with node v6+, but it's likely some dependencies were updated that broke things. Sorry but I don't have the time...

Hmmm, master is working fine for me. Could you include a log running the following: `DEBUG=snapchat,snapchat:* tape tests/auth.js`

Are you sure you've set DEBUG to `snapchat,snapchat:*`? I'm not seeing the snapchat:request debug statements.