Vladimir Haltakov
Vladimir Haltakov
The problem is that it loads the original image, so if it is big it takes a lot of time. I have to create a resized version for it...
This seems to be an issue with the photo captions. You can try working around this by adding the following line in your `gallery.json` file: ``` "disable_captions": true ``` Does...
Hey, there was a bug in the captions config. It is solved with 1.5.4, so maybe you can give it a try now again. Otherwise, could you please send me...
Sounds good! Let me review it later today and I think we can merge this 👍
I published your changes as version 1.5.0. I'll leave this issue open, because I would like to still do the following when I have time: - Clean up the code...
Yeah, this would be important as well! I have ideas how to address these issues for a major overhaul planned with version 2.0. I need to find time to work...
Hmm, this is strange. I haven't heard about this problem before. Can you please provide some more information: * Operating system * Python version * Do you use some virtual...
Hi Pieter, OK, I tried now on my Mac with OS10.15. For me it works without a problem, however I'm using anaconda for virtual environments, so the setup is a...
Any success?
I think the right way is to add `/Library/Frameworks/Python.framework/Versions/3.8/bin` to PATH (so without the `gallery-init` at the end). It should be the directory that contains the executable.