qtfkwk
qtfkwk
Very cool! Thank you for this.
Okay... no worries. I'd suggest the following modification then to fit the example better. ```diff -var votingPop = [40, 45.7, 52, 53.6, 54.1, 54.2, 54.5, 54.7, 55.1, 56.6]; +var votingPop...
Hi @JessicaTegner! I'm trying to track down the same `withBinaryFile: invalid argument (Invalid argument)` error I'm seeing with pandoc on Windows... any idea what could cause it? (There aren't many...
Honestly, this situation is pretty weird... so I'd imagine it probably doesn't affect many people. Regardless, I do like to document such things in case anyone else sees this (or...
> Does rust have a version of the process command that separates out the arguments instead of just passing in a big string with the full command? If so, try...
For reference:
Cool. Will check. Thanks! The difference is that your first command is effectively running: ```bash pandoc "$file" "-o $export_file_path" --pdf-engine=xelatex ``` Instead of: ```bash pandoc "$file" -o "$export_file_path" --pdf-engine=xelatex ```...
Found this issue the other day while looking for the same functionality... and have been working locally on a potential fix... So far, I've made an as-of-yet unpublished crate with...
I'm on LInux and getting the same error installing via either `cargo install jaq` or `cargo install --git https://github.com/01mf02/jaq`, but the line reference I see is [`jaq/src/main.rs:498`](https://github.com/01mf02/jaq/blob/main/jaq/src/main.rs#L498) not 476. `Color::Unset`...
`ariadne::Color` is really `yansi::Color`... jaq depends on ariadne 0.4.0 (released 2024-01-01; 0.4.1 was just released 2024-04-25 but last commit to jaq was 2024-04-19)... But this is weird: ariadne 0.4.0 depends...