MrHubble

Results 31 comments of MrHubble

@smokymcbear @truongnmt @chuson1996 would you be able to provide your solution for this? Thanks.

@cfarren thanks for sharing your solution. Can you please show where you call `transformFile` from? When I try to call `transformFile` I get the error `Uncaught TypeError: Cannot read property...

@cfarren thanks for the response. It turns out that `transformFile()` is not called when you have `autoQueue: false` as I do.

I want to direct upload with ActiveStorage (Rails) rather than with dropzone. [Here's a recent discussion question](https://github.com/dropzone/dropzone/discussions/2055) that is the exact same scenario that I'm experiencing.

Thanks for the code example. I was initially more interested in resizing my images and got lost down the HEIC path. From what I can tell, iOS Safari (and Firefox...

@DiegoWtf thanks for the helpful link. Even after reading that though, there still seems to be vagueness around when and how the conversion takes place.

@DiegoWtf ahh, that's good to know. You don't have a link to that direct info by any chance do you?

For someone just starting with resque, resque-scheduler and resque-web, what versions should I be using to get the "Schedule" tab on resque-web? From my understanding the current version of resque...

>I tried simply updating the dependency (und patching minitest-capybara to support Capybara v3 as well) and it worked fine. Do you have a fork I could use or refer to...

Perhaps this gem is no longer actively maintained because Rails 5.1 has system tests (with Capybara) baked in? I believe the author of The Minitest Cookbook uses the default system...