It was a little shocking to see the Supabase CLI talking about downloading imports <i>every time</i> we started Supabase Functions, but I had assumed it was locally cached and maybe it was doing cache validation but logging to the console as "Downloading." Well, turns out it was really downloading because now Supabase CLI failing with the 500 that the deno.land shows.<p>The issue talks about compilation failing as a result of the same live URL dependency.