Brady Moe
Brady Moe
## Description It would be great for longclaw's template tags to support usage within Jinja2. Would love to see this implemented, and I could potentially help at some point if...
### Some controls that could be added to the admin panel - Channel to index - Would allow for *only* indexing messages from a specific channel. - Index only channels...
Hello, Pertinent Req's installed: easy-thumbnails==2.5.0 django==1.11.7 django-filer==1.2.7 Pillow==4.2.1 I have set in my settings.py file: ``` # Thumbnail Settings THUMBNAIL_HIGH_RESOLUTION = False # Retina images THUMBNAIL_DEFAULT_OPTIONS = {'replace_alpha': '#fff', 'quality':...
if you use `update_or_create` to, update or create, a model the model saves to airtable, but does not save to the Django instance.
I think Airtable updated how they are handling errors, as we recently started getting problems on this line: ``` error_json = error.split("[Error: ")[1].rstrip("]") ``` Which is found in wagtail_airtable/mixins.py The...
With gatsby you can declare a assetPrefix which allows you the ability to store assets in a different location. This is great when integrating static sites into another framework or...
### Issue Summary If I have a list of links like so: ``` https://www.google.com/ https://www.facebook.com/ https://www.reddit.com/ https://www.yahoo.com/ https://torchbox.com/ ``` If I copy that list of links, and paste it into...
### Issue Summary It used to be that the page chooser in rich text would show pages that were unpublished as gray. In the most recent update, that is no...