mikestreety’s avatarmikestreety’s Twitter Archive—№ 24,560

      1. Tonight's quick side-project experiment - making a Cloudflare worker which converts RSS to JSON.
    1. …in reply to @mikestreety
      It's so frustrating trying to develop with Cloudflare workers. Got an error in your code? Have a 1101 error... No indication as to what is wrong or how to fix it.
      oh my god twitter doesn’t include alt text from images in their API
  1. …in reply to @mikestreety
    After a quick conflab with a Cloudflare Worker guru, it seems the lack of logging is a bug with the wrangler CLI (as confirmed by an existing issue). github.com/cloudflare/wrangler/issues/1826 Netlify dev saved the day for my limited time side-project. As always, a blog post will follow