Marcel Gerber
Marcel Gerber
The new variable format - rolling out later today, hopefully - will make this easier, as it is sending out directly in the variable metadata which years it has data...
Agreed! That's a whole new world one can only dream of ❤️
some justification on why there's no visible progress at all: ### What did I do? I decided it would be a good first step to convert our codebase to fully...
Progress report: I rebased https://github.com/owid/owid-grapher/tree/webpack5-esm to the latest master. Just to make the scope of this clear: Basically the only impactful change on that branch is the following `tsconfig.json` change:...
In other good news, the deploy was successful and the branch is now live on _tufte_.
If anybody's curious what this did, like I just was, here's a quick video (old behaviour on the left, current on the right): https://user-images.githubusercontent.com/2641501/182604470-8f9a7f44-fdd8-4cb4-92c7-fa3d8bbcdda4.mp4 Basically, it zooms you out to...
Makes sense! As eslint helpfully points out, you can also remove the `cagrFromPoints` method now.
We had a [live failure just now](https://owid.slack.com/archives/CQQUA2C2U/p1660837740392959) that didn't end get reported by Bugsnag, which might have been because of this issue. Here's the stack trace:  EDIT: It later...
Technical note: Something like this could work, but haven't tried it ```js const clipboardItem = new ClipboardItem( { "image/png": this.pngBlob } ) navigator.clipboard.write([ clipboardItem ]) ``` It uses the relatively...
I've tried this now - this definitely works using the above piece of code. So all we need for this is a working design for the download tab, and then...