Shawn Caza

Results 12 comments of Shawn Caza

This is a good question. I've been puzzling over this today. @REMitchell has a scrapy lesson where she seems to suggest you can just switch back to use response with...

On a mac, using 2.9. The long string produce an output file up to the end of the first sentence. No matter how long the string is, I cannot save...

This library, by name, is focused on Chrome. It might be best to improve the Edge specific fork, but I don't personally have the capacity for that. I don't think...

For me the biggest challenge with size is not having the option to use lossy compression. I have a 6 page file that's **3.5mb in total.** I'm breaking that file...

@pubpub-zz I tried everything before I realized it was an image compression issue.

The original issue is 5 years old. Who knows if they solved their problem. I'm only here to add nuance to the thread for others who might run into frustrations.

I think `selector = elem.selector,` just needs to be replaced with: `selector = '.swipeboxImg',` all and the .bind()'s to be changed to .on and unbind() to .off()

Yes, that would be an issue. Do you know where custom class names are set?

Do you have a specific need for rotation to happen in javascript? Wouldn't it be more efficient to just rotate on upload?

I'm only finding it on line 33. Can we just change: `selector = elem.selector,` with: `selector = '.swipeboxImg',`