Andrey Romanyuk

Results 4 issues of Andrey Romanyuk

Python code: ```python from moviepy.editor import * video_clip = VideoFileClip("/home/xffrom/Downloads/1080p.mp4") audio_clip = AudioFileClip("/home/xffrom/Downloads/audio_0.mp4") final_clip = video_clip.set_audio(audio_clip) final_clip.write_videofile("output.mp4", fps=60) print("Processing complete!") ``` #### Expected Behavior Processing complete #### Actual Behavior ```...

bug
video
needs-more-info

If the inline class marked `@Serializable` is in **another** kotlin module and Proguard is **enabled**, a `java.lang.IllegalAccessError` occurs If Proguard is disabled, no exception occurs: also if the entity is...

bug

Hi. Are you planning to support a plugin for KMM? For example, I need a task for `jvmMain` targeting - `jvmMainCompileOnlyAarAsJar` or `jvmTestImplementationAarAsJar`. This will not work in the current...

Hi! I am using Ruler to measure the size of an app through App Bundle analysis. I will add a dynamic feature that depends transitively on Restring. When trying to...