Willi Sontopski
Willi Sontopski
Let's remove the `inactive` label, because only the maintainer is inactive.
@Lyokone What do you think about this PR?
I have the same issue on iOS 15.4.1
More details: - Flutter version: 2.10.4 - Package Info Plus version: 1.4.2 - iOS version: 15.4.1 ### Logs ```dart PackageInfo packageInfo = await PackageInfo.fromPlatform(); debugPrint( 'appName: ${packageInfo.appName}, ' 'packageName: ${packageInfo.packageName},...
*removing stale label*
I do not think that it's a good idea to close issues without any maintainer response.
> I do not think that it's a good idea to close issues without any maintainer response. Let's remove the `inactive` label, because only the maintainer is inactive.
remove stale label
I also have the same issue.
Here is an absolute minimal reproducible example: ```python from moviepy.video.io.VideoFileClip import VideoFileClip if __name__ == '__main__': clip = VideoFileClip(filename='/home/wsontopski/Videos/recording.mp4') clip.save_frame(filename='/home/wsontopski/Videos/recording.jpg', t=1) ``` https://user-images.githubusercontent.com/32729196/168598754-093b1793-2f9f-4d52-ac58-7a1c3e36adc8.mp4