Page MenuHomePhabricator

MacaroniThrift1
User

Projects

User does not belong to any projects.

Today

  • No visible events.

Tomorrow

  • No visible events.

Wednesday

  • No visible events.

User Details

User Since
Jan 4 2025, 9:00 PM (74 w, 1 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
MacaroniThrift1 [ Global Accounts ]

Recent Activity

Wed, Jun 3

MacaroniThrift1 added a comment to T428086: Disallow uploading of uncompressed tiff files.

I was looking into how to implement this and it looks like you would have to check something like a compression ratio.
A file you mentioned: https://commons.wikimedia.org/wiki/File:M_3209762_sw_14_060_20200929.tif as being a problem is considered compressed with Adobe Deflate in the exif metadata. So the code couldn't just check if the metadata says it is compressed.

Wed, Jun 3, 10:23 PM · Commons, MediaWiki-Uploading, MediaWiki-File-management

Sun, May 10

MacaroniThrift1 added a comment to T400452: VideoCutTool: Preview/Reset buttons unresponsive after video rotation.

Looking over the code, and viewing the state of the Preview and Reset buttons. This looks like it could be a synchronization problem due to the updates being asynchronous.
See the Table Below:
(Enabled (1) or Disabled (0))

Sun, May 10, 12:30 AM · good first task, VideoCutTool