ppenguin

Results 63 comments of ppenguin

@fl0ppy-d1sk Thanks for the info, I'll try my luck (until now I've apparently also been running into syntax errors for my values to the related env vars, probably related to...

@ebressler Thanks for the contrib, it solved my issues building! I merged your PR #555 in [my fork](https://github.com/ppenguin/goofys), and included a 2-way merge update for [fuse](https://github.com/jacobsa/fuse) in [my fuse fork](https://github.com/ppenguin/fuse),...

`defaults` didn't work for me for expanding env vars, but a workaround that did is writing a lua-wrapper that "forwards" execution to the lua file found using env var expansion:...

@htdebeer sorry for the (significant) delay... I managed to look into it, and found that (given a few necessary filters are switched on), the thing that actually makes the difference...

Oh, some version info: ```console > pandoc --version pandoc 2.17.1.1 Compiled with pandoc-types 1.22.2, texmath 0.12.4, skylighting 0.12.3, citeproc 0.6.0.1, ipynb 0.2 User data directory: /home/jeroen/.pandoc Copyright (C) 2006-2022 John...

@htdebeer thanks for your (very prompt!) reply. I committed an update, which should be self-contained. (`pandoc-crossref` was in there because I thought it played a role, but I could reproduce...

Texlive is from [this base](https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=texlive) (which is a bit different in terms of versions than "traditional" linux due to the way `nix(os)` works), the relevant (?) parts: ``` > tex...

``` pandoc --defaults defaults.yaml test_minimal.md -o test.pdf ``` works perfectly with the provided `defaults.yaml`

It indeed appears a bit strange. Do I understand correctly that `pandocomatic` pipes into the `pandoc` process (invoked by the command line that we see due to `-b`), whereas when...

Short of getting into the nitty-gritty of the "interrupt-trace" resp. debugging I'm also not sure, but maybe an informed guess where to e.g. add debug prints or similar could help,...