We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When you install the plugin it doesn't pick up the size_limit setting.
size_limit
The text was updated successfully, but these errors were encountered:
Turns out it's because of the default None parameter here:
None
datasette-render-images/datasette_render_images.py
Lines 9 to 10 in d876626
It must be messing with pluggy somehow.
Sorry, something went wrong.
52b40c3
Release 0.3.1
20f05e9
Refs #3
No branches or pull requests
When you install the plugin it doesn't pick up the
size_limit
setting.The text was updated successfully, but these errors were encountered: