Taylor Baldwin

Results 7 issues of Taylor Baldwin

Looking through the code for `Program`, I noticed the [docs there](https://github.com/tsherif/picogl.js/blob/3130d8edab7a3ca8521f0e936337f6e207c7ae03/src/program.js#L39-L42) listed the wrong arguments. Happy to open a PR for this a bit later - just wanted to log...

possible metric for training of algorithm?

Some clients (e.g. Nextjs) will automatically cache all responses [(even `POST` requests)](https://nextjs.org/docs/app/building-your-application/data-fetching/fetching-caching-and-revalidating#caching-data). I _think_ adding `cache-control: no-store` and `expires: 0` headers to the responses should mean we can drop framework-specific...