Adrian Turjak

Results 26 comments of Adrian Turjak

I'm actually hitting this when I have more than one gallery on the page. All galleries will load fine, and will open the baguettebox, but only the first gallery arrows...

@gasman > It sounds like the discussion here has reached a consensus that a separate app for handling SVG is the best way to go, rather than integrating it into...

I have a feeling we're not going to be able to avoid `if image.is_svg` if we want to actually work with the raw svg format. There is just too much...

Don't get me wrong, I'd much prefer proper SVG support, but at least rasterising them would work as "at least you can even upload SVGs" and they fit into the...

@gasman That works much better as an overall strategy that fits into wagtailimages. Provided there are enough config options (as well as sensible defaults) for most of those conversions, that...

@rgant The issue isn't making it selectable/uploadable in the chooser, that's easy. The problem is making Wagtail's image tags support SVG in a truly sensible fashion. Which as discussed right...

@rgant you could probably build something on the django file storage system. A filefield might be all you need, and then just link the file location in your templates as...

@chungg @tobias-urdin I've rebased this myself since it wasn't able to be cleanly done. Plus it looks like @leo-naeka might not be interested in carrying this anymore, so I might...

the `gnocchi.tests.indexer.sqlalchemy.test_migrations.ModelsMigrationsSync.test_models_sync` failure is unrelated to this, and also failed on master. So we should fix that and rebase this onto that. Meanwhile will also deal with the comments by...

Getting tests to run locally is proving to be a bit of a pain, but `py37-postgresql-file` is passing locally, so I'm not sure what exactly us causing the 503 failures...