Scott J. Goldman

Results 21 comments of Scott J. Goldman

as a temporary workaround for my app, i implemented my own controller/route for direct uploads: ```ruby class DirectVideoUploadsController < ActiveStorage::DirectUploadsController private def blob_args super.merge({ service_name: Rails.env.production? ? :aws_video_input : :aws_video_input_dev,...

https://github.com/rails/rails/pull/38957 was never merged, so this is still an issue.

It appears the referenced PR was reverted. Was a different fix applied?

sorry it took me so long to come back to this. in my case i hadn't run `srb init` (i could never get it to work), so i guess it...

@chris-ramon thanks for your help with this patch! i was going over your changes and i have a question... originally my patch would only call the panic handler on an...

still potentially relevant-- just hoping i could get a review

if you're not opposed, i'm happy to get it ready for review

on ios i also tried adding the generic desfire aid `d2760000850100` to the aid list, which surprisingly still didn't let the card scan.

also, the card scans fine in farebot on android.