Carlos Scheidegger
Carlos Scheidegger
This error is coming not from Python's version (or Quarto), but from the fact that the version of Panflute running on OP's machine doesn't support Pandoc's JSON version: ``` File...
Finally, Quarto 1.2.269 is 18 months old and uses a correspondingly old version of Pandoc (2.19.2). I would fairly strongly recommend upgrading to the latest stable version.
Unfortunately, it's not really - I haven't used emacs in a few years, and no one else in our current team does either. With that said, we would always welcome...
Thank you so much!
> @cscheid if you're wanting to run this in CI in https://github.com/quarto-dev/quarto-cli/pull/12621 then temporarily committing a Manifest.toml to https://github.com/quarto-dev/quarto-cli/tree/main/src/resources/julia that points to this branch should do the trick. (Not sure...
Ok, I think I got it to update, but I don't think the environment is being updated through correctly: ``` $ git log commit 6028e0b354b7a15e908940a4c6819aad8e19e7b1 (HEAD -> bugfix/no-env-set-past-startup, origin/bugfix/no-env-set-past-startup) ......
``` [[deps.QuartoNotebookRunner]] deps = ["BSON", "Base64", "CommonMark", "Compat", "Dates", "IOCapture", "InteractiveUtils", "IterTools", "JSON3", "Logging", "Pkg", "PrecompileTools", "Preferences", "ProgressLogging", "REPL", "Random", "RelocatableFolders", "SHA", "Sockets", "TOML", "YAML"] git-tree-sha1 = "94a4a9ef9ee5b22b5ea01215f749114f5cf9e220" uuid =...
@MichaelHatherly I'm sorry for the delay. I was out of commission for the last 10 days and I'm getting back today. I'll report back here as soon as I have...
Hi! This worked :tada: ```` $ julia --project=~/Library/Caches/quarto/Julia _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for...
Thanks, this is a good idea. I wonder if we should have a special callout type in this page for syntax gotchas.