Product
Ten rounds for the design critic
The site builder runs its design critic up to ten times per page, keeps polishing in the background, and lets each account set the number.
The design critic used to run a fixed number of rounds. It runs up to ten now, against two thresholds: one to publish, a higher one to stop polishing. A page above the first threshold is usable while the remaining rounds continue in the background.
The number of rounds is an account setting, between one and twenty, with ten as the default.
A build that had been failing since the seventh
Writing many files at once passed the whole batch as a single argument vector. Above a
certain size the kernel refuses that, and every larger build had been dying with
spawn E2BIG for three days. Files are written in batches sized by bytes now.
Terminal client
The fork we had been testing becomes the client we ship.