Zoff
Zoff
tried with the latest version from appstore on 27.08.2017 video was so bad you could only see distorted blocks.
by removing the start_port and end_port the connection more often uses UDP and is much faster. with those lines i always only get TCP relayed connections.
can you also build a binary for the pi on the CI and make it available on github releases?
can you make an option that also show the sizes of files? if possible in humanreadable format (Bytes, KiB, MiB .... )
https://github.com/irungentoo/filter_audio/blob/ada2f4fdc04940cdeee47caffe43add4fa017096/filter_audio.c#L320-L321 memset tries to write twice the bytes of the actual buffer size ``` A/libc: FORTIFY: memset: prevented 640-byte write into 320-byte buffer ``` should say: ``` memset(temp, 0, nsx_samples*sizeof(int16_t));...
"NetCipher is a library ..." https://github.com/guardianproject/IOCipher/blob/859dff9b6d2b2794bd1b416dd08402fd487b6dc3/IOCipher.pom#L11
https://github.com/sqlcipher/android-database-sqlcipher/releases/tag/v4.3.0
since 0.4 is using sqlcipher 3.x and 0.5 is using sqlcipher 4.x, can i upgrade my android app and the data inside the virtualfilesystem will remain? and the underlying sqlcipher...
* What's your Desktop OS? Ubuntu * What's your Seamly version from **Help/About**? v2022-05-30.0320 /tmp/.mount_SeamlyxEfn19//usr/bin/seamly2d: /tmp/.mount_SeamlyxEfn19//usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.15' not found (required by /tmp/.mount_SeamlyxEfn19//usr/bin/seamly2d) /tmp/.mount_SeamlyxEfn19//usr/bin/seamly2d: /tmp/.mount_SeamlyxEfn19//usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.15' not found (required...
* Describe the bug it crashes when trying to open a file * How To Reproduce the bug start the appimage and click "open" * What should have happened not...