Jason Siefken
Jason Siefken
I looked at the `latexmk` source code. It looks in the log file for a line containing `Rerun to get` (This is a substring of, `LaTeX Warning: Label(s) may have...
I am not sure what `@test` refers to. And since we do not use any `` tags anywhere in HTML, I don't think exploding is necessary. Yes, moving this step...
Are you saying that the case ``` foo ``` is handled elsewhere in the code?
The `ul` is current auto-wrapped in a `p` as per line 5919.
@bnmnetp As of https://github.com/siefkenj/pretext-react/pull/39 `rsMathReady` should now be called. I also added the pencil icon and the Runestone menu. At the moment the scratchpad is very much a hack and...
corrections: `/ns/logger/getAllCompletionStatus` `subChapterName` is the page id. `chapterName` can be ignored. `completionStatus` = -1 if unstarted, 0 if uncomplete, and 1 if complete
`just run` does the same thing as `cargo run` on linux, at least if I understand the `just` script properly. `c++` is currently set to `gcc-12.3`. If I manually switch...
I have also been running `just run` with the same effect. Can you show me where `just` configures the env vars? I only see ``` [no-cd] run *param: cargo run...
I am not on a debian-based system, so `just install-deps` won't work for me (no `apt-get`). I have all the required libraries already installed on my system, though I am...
I've made a little bit of progress. I installed `OpenCV 4.8.0` via `vcpkg` into `gyroflow/ext` and now `LIBCLANG_PATH=/usr/lib/llvm/17/lib64/ just run` terminates with ``` /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpng ``` which is...