Vigneswaran Rajkumar

Results 49 comments of Vigneswaran Rajkumar

We don't need the camera information like `cameraName`, `cameraISO`. Those seems a little excessive and not entirely pertains to editorial.

I think we can safely release 0.3.6.

Notion supports - PNG, GIF, JPG, WebP, HEIC. Notion does support WebM, but in Gallery View, you would not able to preview the media. Hence, It kind of defeats the...

Found this library for WebP. https://github.com/SDWebImage/SDWebImageWebPCoder Hopefully in future build, we can add Animated WebP support. Notion supports Animated WebP. ![WebP](https://github.com/TheAcharya/MarkersExtractor/assets/118706051/7fb48137-c58a-43a7-848f-7dc78732c0d8)

Found another library for WebP https://github.com/TimOliver/WebPKit

Resolve Timeline Markers ```txt TITLE: Marker Data Demo_V3 FCM: NON-DROP FRAME 001 001 V C 00:00:02:03 00:00:02:04 00:00:02:03 00:00:02:04 Note 01 |C:ResolveColorPurple |M:Marker 1 |D:1 002 001 V C 00:00:03:24...

Some ideas : Standard Marker = `C:ResolveColorPurple` To Do = `C:ResolveColorRed` Completed = `C:ResolveColorGreen` Chapter = `C:ResolveColorYellow`

The warnings don't show up in GitHub build action? Or do we need to enable any special switches to show the warnings.

Ahh noted! Reading some articles related to Thread Sanitizer. https://www.avanderlee.com/swift/thread-sanitizer-data-races/ https://undo.io/resources/gdb-watchpoint/using-threadsanitizer-to-debug-data-races https://medium.com/@lucianoalmeida1/i-little-bit-about-thread-sanitizer-56a887dc144