Gary Ritchie

Results 21 comments of Gary Ritchie

Perhaps this is a start: https://hub.docker.com/r/garyritchie/docker-iskdaemon/ Nothing fancy as I'm just getting into looking at the project.

I had a very similar error after moving my site directory to a submodule. Running `sh update_bootstrap.sh` fixed the issue for me. I'm running Windows 10 Pro with Ubuntu under...

Firefox also works better than Chrome in this case. Took about an hour to figure that out.

> Alternatively, if your Manager is not facing a public network interface, you can disable the JWT security altogether by editing `flamenco-manager.yaml` and setting: > user_authentication: > disableSecurity: false Rather...

Same here. 0.3.0 still works on Windows 10 (Pro 17763.678): https://github.com/wonderunit/characterizer/releases/tag/v0.3.0

Something like this should work if you used the section numbering on folders and filenames: ```bash pandoc $(ls -v **/*.md) -o test.pdf ``` On a debian-like linux or Windows 10...

In my case, the object was in another scene. Linking it to the export scene caused export to work but I'm puzzled because that object didn't appear to be linked...

I suspect that **Continuous Markdown to HTML rendering** is stuck in the on position. Each time the page refreshes the print dialog is escaped. Unfortunately I'm unable to find a...

I also set line 932 to `--enable-ffnvcodec` but that wasn't enough. After some searching I tried this and it worked... ```bash cd packages/nv-codec-headers-11.1.5.2/ make install PREFIX=~/ffmpeg-build-script/workspace/usr ``` (Ubuntu 22.04)

Hmm, on closer inspection this seems to be a OS-specific thing. Renaming is there but possibly only works on Mac. Close?