zachleat’s avatarzachleat’s Twitter Archive—№ 18,411

  1. …in reply to @wesbos
    @wesbos I have this module that abstracts render for a bunch of different template (ejs, markdown, …) types, most of them are sync rendering. Now I want to add one (liquid) that’s async (no sync option), so I have refactor the API to be async instead. It's snowballing