Davide Depau

Results 58 issues of Davide Depau

The arguments should not be read on top-level code, only when the program is executed. This way other Python code can use the module functions.

Hacktoberfest
LightyBroiled

Relevant information: - https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/install-windows-from-a-usb-flash-drive#troubleshooting-file-copy-fails - https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/split-a-windows-image--wim--file-to-span-across-multiple-dvds#usb-deployment - https://github.com/EtchDroid/EtchDroid/issues/5 We know FAT32 filesystem have a very low file size limit, but apparently Windows has supported this condition for very long. WIM...

Add an option to blur everything behind a window (like on mac os x) so that translucent windows look better. Also add the option to enable this for focused windows.

It is not mandatory for an x264 stream to be written to a mp4 container. Matroska (.mkv) is an example of another valid container.

This PR adds support for encodings in the IBM EBCDIC family (mainframes). I'm not sure how to update the `.po` files so I haven't done that. How do I take...

From email: EtchDroid USB writer on F-Droid can you help with this constant crash? chatgpt4 couldn't :( ``` java.lang.RuntimeException: Unable to start service eu.depau.etchdroid.service.WorkerService@2326b1 with Intent { act=eu.depau.etchdroid.action.START_JOB dat=content://com.android.providers.downloads.documents/... flg=0x1...

bug

The app currently displays nicely on the devices I own (Pixel 5, Pixel 8 Pro) and in my phone language (English). It has also never been tested with RTL languages....

bug
help wanted
good first issue

Before 2.0 release I'd like there to be a system that allows users to grab app logs without using logcat in case of app crashes. In particular there should be...

enhancement

I was working on EtchDroid and I noticed this exception: ``` eu.depau.etchdroid.utils.exception.InitException: Initialization failed at eu.depau.etchdroid.service.WorkerService$onStartCommand$2.invokeSuspend(WorkerService.kt:310) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108) at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115) at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)...

As mentioned in #410 I think it could be meaningful to add infrastructure for testing low-level SCSI functionality. It is generally robust, though we both very well know how easy...

enhancement