Phil Gyford

Results 71 comments of Phil Gyford

This continues to work with Wagtail 2.5 and Django 2.2.

I assume the `ABC` class inherited by the `CustomS3Boto3Storage` class is from someone's existing code and shouldn't be in these examples?

Note that although the two classes posted by @vstoykov and @mannpy look identical apart from the syntax highlighting, the one from @vstoykov is missing a `return` on the final line,...

> Can you please tell me where to write this code?? I mean in which file?? and where is this located?? You choose. e.g. Make a file at `myapp/storages.py` containing...

@FinnGu, I'm currently using the same code as above successfully with: ``` boto3==1.17.73 django-imagekit==4.0.2 django-storages==1.11.1 pilkit==2.0 Pillow==8.2.0 ``` I don't have `sorl-thumbnail` installed. Sorry that this isn't a solution to...

And for 4.1? Closest I can find is this tag https://github.com/matthewwithanm/django-imagekit/releases/tag/4.1.0

In case it's useful to anyone, I wanted to have powerTip open a little more smoothly on touch-based devices (although I'm not using SVG elements). So far I have: ```...

Hi @notjosh. Thanks for this, and the thought you've put into it - much appreciated! Currently, obviously, the site's supposed to represent the contents of the "newspaper" as closely as...

https://twitter.com/dracos/status/1270407304404484096 > As for Android Chrome, looks like you are adding a "right" class at the start to all touch devices, but then only changing it for webkit touch devices,...

It seems most noticeable to me when swiping drags the article down so it pulls away from the top of the browser window. In springing back to the top, it...