Jonny Saunders

Results 341 comments of Jonny Saunders

described how to do this in related issue: https://github.com/FormidableLabs/spectacle/issues/1009

Just browsing through and saw this. Did a test build with `tectonic -X compile main.tex --keep-logs` and saw this in stderr ``` error: preamble_style.sty:19: Undefined control sequence Writing `main.log` (7.05...

+1 this, breaks the use of `xr-hyper` in particular, which expects the references to be named as they are in the .aux file. imo the proper default is to leave...

omg i am excited, this will be my first Rust outside of tutorials!

I haven't had time to do this yet, but putting `\synctex=1` in my preamble worked, and created synctex hooks for forward/backward sync.

This is fair, but it also is still the case that it doesn't address the general problem of how the execution is synchronous and blocks the rendering of the page...

again suggesting that it seems like there are several strategies to resolving this bug by exposing additional configuration options that shouldn't degrade service in other ways: https://github.com/hypothesis/client/issues/3919#issuecomment-970714508 making the approximate...

re: managing a bunch of related schema via imports, relative paths are also valid - so here https://github.com/linkml/linkml-model/blob/e53a511e4e0fe7c403747f18de77553d42365feb/linkml_model/model/schema/meta.yaml#L71 could just as well have been `./types.yaml` . The metadata about urls...

Ok i tried to debug this for about an hour now and i'm calling it - keeping in mind the core of the question is still: > Thus, going back...

I'd be happy to make a pull request adding some tests as examples, if you haven't written them before :)