Dominik Moritz
Dominik Moritz
See https://github.com/latex3/latex2e/issues/651. If you add `\DocumentMetadata{testphase=phase-III}` to the beginning of the document, this might just work. See https://www.latex-project.org/publications/2023-UFi-FMi-TUG-tb137fischer-tagging23.pdf for details about the state of tagged documents.
It would be great if living papers could render non breaking spaces before citations to get a smoother reading flow and avoid this: In latex, it would compile to `~`.
Maybe I am misunderstanding the logic here but I wonder why duckdb removes the statement from the cache instead of just getting it? I would expect a call to https://paritytech.github.io/try-runtime-cli/hashlink/lru_cache/struct.LruCache.html#method.get....
## ☕️ Reasoning Looked at the docs and couldn't find anything relevant. ## 🧢 Checklist - [x] Documentation - [ ] Tests - [x] Ready to be merged ## 🎫...
```json { "$schema": "https://vega.github.io/schema/vega-lite/v5.json", "description": "A simple bar chart with rounded corners at the end of the bar.", "data": { "values": [ {"a": "A", "b": 50}, {"a": "B", "b": -50},...
The methods in https://github.com/vega/vega-lite/blob/1a3e501ccda41ec1ddcc9643e92e2729977fcdb7/src/type.ts#L21-L26 can probably be replaced by calls to the methods of the same names in channeled.ts. The logic is different so we need to carefully review.
[Open the Chart in the Vega Editor](https://vega.github.io/editor/#/url/vega-lite/N4IgJAzgxgFgpgWwIYgFwhgF0wBwqgegIDc4BzJAOjIEtMYBXAI0poHsDp5kTykBaADZ04JAKyUAVhDYA7EABoQAEzjQATjRyZ289AEEABBBoIcguIaZJ1h2DcyGA7nRiHETOMtXLDypJhUiioBKKigxEiCDGpoANqgYSD6wUxoAEwAHAC+ColoIABCqWhiYrn56ADCJagALADMFSBJACK1AJwAjM1JAKK1mT15LQUAYrViTSNJAOK1XR29BQASgwDsy+gAkpPp2QC6uRhwNGRYaAAMSsjqANYF1urBcLJQbMo0smRooAAevxAADMaHBBMoCiglJgAJ44OAFWRsBBfKLBJB-GgQQGCJCeQT6b4WK7ZY4wwEgsEQ9BpaFwhHoACODCQsh0gR0pBApOyQA) Setting height to 0 is being ignored.
https://github.com/vega/vega-lite/blob/399492252dc96343710c107a7d65405c24ac01c1/test-runtime/animation.test.ts#L51 disables the runtime tests because it doesn't pass yet.
Copy of https://github.com/vega/vega-lite/pull/9483 so we build the examples.