Matthew Dapena-Tretter

Results 115 comments of Matthew Dapena-Tretter

It's possible, but it's hard for me to tell. What kind of issues are you having? Are you seeing errors or is it failing silently?

Hm, I'm honestly not sure. What are the situations where you would use a URL field instead of an image field? Normally I think of the access as being abstracted...

Hey @edgartaor, thanks for the PR! The processors are part of [pilkit](https://github.com/matthewwithanm/pilkit) now so it would probably make more sense to add this there.

Sorry, I'm not understanding what you're asking. You're trying to get something in your view?

Ah, yes, that is exactly how you would want to do it Python and I would love more docs about it! Each piece in IK is meant to be able...

No such thing as too meticulous! And I would love more docs! Unfortunately, the dimensions aren't (currently) cached, and there's no way to get them without actually generating the image...

Can you show me an example of code that's raising an exception?

Ah yeah. We should definitely fix that. Any chance of getting a failing test that illustrates the issue?

I don't know if there's really a similar test, but off the top of my head, it would work something like this: 1. Create an ImageCacheFile 2. Mock its `_generate`...

Thanks for the detailed writeup! A PR with the test would be awesome. The first problem (the original one for this issue) should be pretty simple to fix. Basically, step...