Patches

Results 30 issues of Patches

I'm seeing some strange behavior. I added a field to a class and incremented the DB version number so I should have the new column but I'm seeing: ``` E/Ollie﹕...

So I have this code: ``` @Column("price") public BigDecimal price; ``` And when I look in the adapter I end up with: ``` entity.fee = cursor.null(cursor.getColumnIndex("fee")); ``` And the console...

I'm using the after_transcoding callback in a method of an uploader for a version of a video file: ``` ruby def encode video = MiniExiftool.new(@file.path) aspect_ratio = video.imagewidth.to_f / video.imageheight.to_f...

closes #145 closes #155 closes #158 closes #159

Jetpack Compose is the new hotness and it's 2022...WiseFy's sample app should be migrated to it.

TODO
Status - Completed
Sample
Enhancement

TODO
Status - In Progress
Docs

Add back CI

TODO
Status - Not Started
Enhancement

I'm trying to create a thumbnail 3 seconds into a mp4 video I've transcoded. `Running....ffmpegthumbnailer -c jpg -q 10 -s 175 -t 00:00:03.0 -a -i //thumb_20160816182847.MP4 -o //tmpfile.jpg` The thumbnail...

it'd be cool to have methods to set the color and size of the selected item

enhancement

Hey there, I am processing video thumbnails using this: `process thumbnail: [{format: 'jpg', quality: 10, size: 175, seek: '50%', square: true, logger: Rails.logger}]` For some reason unknown to me, it...