rem’s avatarrem’s Twitter Archive—№ 69,218

    1. I've been burnt when I'm checking string based enums, so now it's not only does my code throw when I access a non-existent enum, but also the error _suggests_ what I might have wanted (yes, I know TS, I don't have it yet). I'll share the code that solves this in a blog post.
      oh my god twitter doesn’t include alt text from images in their API
  1. …in reply to @rem
    I should add, the contents if enum.js is entirely dynamic and the result is generated from a .graphql file.