Matthew Dapena-Tretter

Results 115 comments of Matthew Dapena-Tretter

Thanks for the reply. We should definitely be able to figure this out! First, can you check which versions of IK and appconf you're running? ``` python import appconf; import...

@bill-pairaktaridis Do you know what's different between your dev and production servers? Also, are you doing anything special in your settings file, like importing packages? Can you verify that ImageKit's...

Sorry, I was waiting for a reply from you. (GitHub doesn't notify people when you edit a message.) Can you add a print statement at the end of conf.py as...

@russian-master Sorry, I'm not sure since I can't reproduce it. Are you able to put together a small project that exhibits the issue? @jezdez Does @bill-pairaktaridis's information tell you anything?...

Listing the "complicated and error prone" things might be valuable. Maybe somebody could think of a better way to address them than what you've considered. @vstoykov is running the show...

It's there a reason you want to do this by hand instead of just adding another ImageSpecField and using the Transpose processor?

There must be some network operation going on, though there shouldn't be if you're using the optimistic strategy. Can you do any logging to see what that might be? Also,...

Sorry, I was just assuming that it must have been network latency with that kind of slowness. Do you think you could use something like [django-debug-toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) to see where the...

It must be the hasher. In order to identify images, IK uses filenames which, in the case of specs, are generated by creating a hash of the source filename, the...

@Alp-Phone Sorry I wasn't very clear! > Is that why it's taking so long (on Windows)? That's what I mean to find out. I don't want you to have to...