Marcel Gerber

Results 93 comments of Marcel Gerber

I think it's gonna be everyone? See the video (in there, it's http://staging-site-table-timeline/grapher/natural-disasters-by-type). https://github.com/owid/owid-grapher/assets/2641501/5ad4c4a2-ae92-4078-9505-033c4efe20d0

Just wanted to mention here that _currently_, we don't do any unnecessary JSON parses or serializations - since we have the `typeCast` present, which overrides the default behaviour of the...

Yes, taking a look at this again in the cooldown sounds great!

I have now run a full bake on both `master` and this branch and compared them using Beyond Compare, and indeed the outputs of both bakes are the same.

@danyx23 Do you want to test this some, too? I have run some more tests, and all's good from my side: - Bake on `master` and this branch doesn't have...

Ahh, this is actually quite interesting. [If relative mode is _disabled_](https://ourworldindata.org/grapher/energy-consumption-by-source-and-country?stackMode=absolute&country=~Low-income+countries), there is actually some data available for "Low-income countries" - albeit not very useful (it's just "Nuclear: 0 kWh")....

Sadly, there's an issue where for some memory-intensive charts, the CF workers will fail with OOM (see #3723) and a thumbnail can thus not be generated. This makes it so...

What's worth mentioning is that, at least, the negative numbers are creating a "negative area", i.e. one that is hanging below the other one. This means that at least the...

It seems that `editor._codeMirror.findMarksAt(pos)` at https://github.com/adobe/brackets/blob/master/src/language/HTMLInstrumentation.js#L143 gets wrong results when Theseus is enabled. But I can't debug further - CodeMirror is too much for me!