Martin Geisler
Martin Geisler
I think we can close this now": We no longer run `mdbook-pandoc` by default and so people should not see local errors unless they opt-in.
Hey @timClicks and @max-heller, Thanks for investigating this! I am all for better and more semantically correct markup here! I'm very much against HTML because it annoying to deal with...
Hey folks, notice that we already run our tests in parallel (with a matrix config as you suggest). So we could adapt that to the `publish` pipeline as well.
> The build workflow is currently using the job matrix approach to build each translation in parallel. Making the workflows more complicated by using several different strategies does not feel...
> * [mdbook-svgbob](https://crates.io/crates/mdbook-svgbob) ([no binary release](https://github.com/boozook/mdbook-svgbob/releases) ❌) We should be able to fix this, as both @qwandor and myself have write access to the repository. @boozook, you should of course...
Thanks for #2915, this is a great step forward! I notice we now have ``` > "/home/runner/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo" "binstall" "mdbook-pandoc" "--version" "0.10.4" "--locked" INFO mdbook-pandoc v0.10.4 is already installed, use --force...
> Thanks! I seem to have access, at least https://github.com/google/comprehensive-rust/actions/caches would let me delete them (did not actually delete any cache for now). Great that you have access! Feel free...
> I cleared `$HOME/.cache/dprint` on my machine and re-ran `dprint check` (which had previously succeeded), and it generated these changes. Oh, that's not good! I haven't noticed problems with the...
> * the gettext preprocessor translates those strings and injects a tiny script that updates the HTML title, menu chrome, and meta description when a translation is present, > *...
Cool that you're looking at this! 🙂 > It'd be nice to detect these surprising combinations. Would it make sense to align with what `mdbook test` does (or doesn't do)...