Peter Williams

Results 48 issues of Peter Williams

I am pretty sure that Rust 1.44 breaks `cargo-kcov`. If I try to run it in my normal configuration, I get: ``` error: cannot find test targets note: try a...

# 🐛 bug report I'm interesting in trying Parcel with large HTML inputs, where "large" is a single input file with >3 MB of markup that's mostly text and ``...

(Apologies for the terse issue, and not just filing a pull request, but I have to log off momentarily.) Here in `nom_recipes.md`: https://github.com/Geal/nom/blob/294ffb3d9e0ade2c3b7ddfff52484b6d643dcce1/doc/nom_recipes.md?plain=1#L135 The documentation says: > The first alt...

xdvipdfmx has a feature that removes unused "named destinations" in the PDFs it generates, implemented by tracking "gotos" [here](https://github.com/tectonic-typesetting/tectonic/blob/master/tectonic/dpx-pdfdoc.c#L1728). In the course of doing this it also rewrites the names...

It seems that some `biblatex` modes require the backend program `biber` as an alternative to `bibtex`. (Cf issue #33.) I don't know anything about it, but perhaps we should add...

Maybe a document specfies a font that is resolvable as a system font, but it turns out to be the same thing as a font that we have in a...

bundles and files

As revealed in crlf0710/tectonic#195. Potentially fixed with an analogy to crlf0710/tectonic#227? Minimal reproducer in the oxidized version seems to be: ```tex \documentclass{article} \usepackage{amsmath} \usepackage{amssymb} \begin{document} $\widetilde{\mathbb{P}_{x}}$ \end{document} ``` Would be...

It would be nice to have a cool logo. My personal goals are: - Doesn't look like it was drawn by an amateur - No letter "X" or "χ" -...

good first issue

As per [this thread on the forums](https://tectonic.newton.cx/t/tectonic-compilation-failure/114). It's not shocking, since `pstricks` is about PostScript and XeTeX/Tectonic aren't, but the `pstricks` docs refer to XeTeX as if there are some...

I recently had a document where Tectonic was unable to include an image with a name of the form `foo.bar.pdf`. There seemed to be two problem at work: 1. If...