elid
elid
`` Stacktrace `` java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 10327872 bytes at android.content.ClipboardManager.setPrimaryClip(ClipboardManager.java:108) at androidx.activity.l.c(Unknown Source:27) at p3.a.r(SourceFile:1) at s7.a.v(Unknown Source:8) at g8.l0.run(Unknown Source:86) at g8.r0.z(SourceFile:2) at l8.f.a(SourceFile:2) at l1.h.k(SourceFile:1) at...
ValueError ValueError: Must supply api_key Traceback (most recent call last) File "C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\app.py", line 2464, in __call__ return self.wsgi_app(environ, start_response) File "C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask_socketio\__init__.py", line 45, in __call__ return super(_SocketIOMiddleware, self).__call__(environ, File "C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\engineio\middleware.py",...
this is the code and it save only one file instead of save two import uuid import pyttsx3 engine = pyttsx3.init() def save_speech_file(text: str): """ :param text: The text to...
How do I translate your app? @punksta
I complete the translation to Hebrew But i see error Weblate can't marge to the repo
Can you add right to left support for user that use rtl languages like hebrew etc...
my code ``` from moviepy import VideoFileClip def convert_webm_to_mp4(input_path, output_path=None): if output_path is None: output_path = input_path.rsplit('.', 1)[0] + '.mp4' try: clip = VideoFileClip(input_path) clip.write_videofile(output_path, codec='libx264', audio_codec='aac') print(f"Conversion complete! MP4...
Hello @m-i-n-a-r I'v been complate the translation of hebrew language a long ago can you please🙏🙏 update the app with the translations