Sergei Izmailov
Sergei Izmailov
Here is another way to face the error. 1. Point to non-existing thub image in `conf.py` ```python sphinx_gallery_conf = { ... 'default_thumb_file': 'non-existing.png' } ``` 2. do `make html`. Build...
Just faced same issue when tried to install latest `.zip` from [github release v4.2.1](https://github.com/Goddard-Fortran-Ecosystem/pFUnit/releases/tag/v4.2.1). Do you mind to add installable `.tar` asset?
I think we can create a new tab for recompiling. WRT to questionable options (e.g. nonstop vs. stop-on-first-fail) we should translate question to user by providing corresponding UI elements.
What inkscape does internally is roughly equal to ```bash PYTHON_EXECUTABLE=... export PYTHONPATH=... export PATH=...:$PATH $PYTHON_EXECUTABLE path/to/extensions/extension.py --arg1=value1 --arg2=value2 < input.svg > output.svg ``` (`...` represent some values set by inskcape)...
@jcwinkler Sorry, I missed your commit and didn't reply right away. Probably you need [secure variables on travis](https://docs.travis-ci.com/user/encryption-keys/) to store sensitive information. Such variables are not available to "external PRs"...
Yes, that the idea
`.bashrc` does not affect desktop applications. Do change to PATH in `.profile` to see effect. TexText supports custom paths to binaries, they are stored (if any) in `~/.config/inkscape/extensions/textext/config.json` . You...
@jcwinkler I'm not sure how difference between environments of login shell and desktop app should be handled. We can try to mock non-login shell, but it will be not robust...
@pacuserra Good call! I had in mind adding extra preamble parameters such as "preamble path relative to svg", "preamble absolute path". It would be similar to what inkscape does for...
I think we can manage to get best of two worlds using next scheme: **Variables definition:** `preamble_text` -- content of preamble `preamble_hash` -- md5 hash of *preamble text* `preamble_file` --...