Connor Baker

Results 46 comments of Connor Baker

I've been using ``` header-includes: - \setcounter{page}{0} # So that the titlepage is the zeroth page ``` for the title page. I haven't tried this with the TOC though.

I didn't see it mentioned anywhere, but I believe that this commit is the root of this issue: https://github.com/jgm/pandoc/commit/229c22582f46986953bdeb70af8f4baa8272de29 Mind you, I haven't reverted it and recompiled `pandoc` to confirm,...

As an alternative solution, you can use `xelatex`: ~~~ pandoc test.md -o test.pdf --template eisvogel --listings --pdf-engine xelatex ~~~

Oh, that's a good thought about storing the timing data in its own repo. I've been working on building a nicer UX for test results with GitHub actions on my...

Additionally, I've been looking at low-cost ways of running less noisy benchmarks. I saw that Phillips has a terraform module (among other things) to provision and scale spot instances as...

I would like to add that I ran into the same issue with nix 2.7.0 on aarch64-darwin (macOS 12.3.1). ```log ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: mkdir [24675]...

I was able to reproduce with this minimal example by running both `nix build` and `nix develop`: ```nix { description = "A flake for building Hello World"; inputs.nixpkgs.url = github:NixOS/nixpkgs/nixpkgs-unstable;...

I force-pushed to update the PR and take care of the extra `$CMAKE_CURRENT_SOURCE_DIR` I introduced -- thank you for the feedback!

After reading through the CMake docs, I've switched to use `CMAKE_INSTALL_*` where appropriate -- these should be relative paths, as each has a `CMAKE_INSTALL_FULL_*` counterpart which is the absolute path.

@roberth is there anything I (or someone in general) could do to try to help move this forward? Thank you for working on this :)