Fran Marzoa

Results 6 issues of Fran Marzoa

Problem: In Ubuntu 18.04 at least, if you close the whatsdesktop window and then launch it again from the dock, it will open a new instance instead of opening a...

Added this to my app's level build.gradle: implementation 'org.mp4parser:isoparser:1.9.27' The dependency is fine, but there seem to be missing parts on the library I'm getting from gradle. Specifically the whole...

Hi, I'm writing an app in Kotlin, using an Android 9 device for debugging, and when I try to load the ffmpeg executable the onPostExecute method of the FFmpegLoadLibraryAsyncTask never...

#### System information AKASHA version: `0.7.3 ` Operating System: `Ubuntu 18.04` Web Browser (if applicable): ` ` #### Expected behaviour No error messages. Perhaps it shouldn't try to access /sys/bus/usb/devices/...

feedback

Hi there, I'm trying to make this work in IntelliJ Idea. I have imported the project from Eclipse but couldn't build it. I have added org.lwjgl.lwjgl-3.2.0.jar and org.lwjgl.opengl-3.2.0.jar to the...

Hello! I have a dictionary that looks like this: `translit_map = { u"\u0027": "", u"\u00C0": "A", u"\u00C1": "A", u"\u00C2": "A", u"\u00C3": "A", u"\u00C4": ["A", "AE"], u"\u00C5": ["A", "AA"], u"\u00C6": "AE",...