hi. from https://observablehq.com/@d3/multi-line-chart i clicked on the “Download code”, and received, in return, multi-line-chart.tgz
. but, when i tried to zcat
this file, i discovered it is not, in fact, a gzipped tar file, but rather an uncompressed tar file.
i’m somewhat new to the world of client-side (or any-other-side) javascript programming/packaging. but, from a unix perspective, this seems wrong.
cheers.