samuel-w

Results 13 comments of samuel-w

I found a partial implementation of it, compression only. https://github.com/mcraiha/CSharp-zstd

I found another one, seems to have both compress and decompress https://github.com/oleg-st/ZstdSharp

They are also uncancellable, while blocking other actions such as repo checking.

Maybe replace the size with compression ratio?

We should wait until PyQt6 is in Debian stable before we upgrade, otherwise we will lose a lot of compatibility. Alternatively, we could do something like matplotlib, but it looks...

This isn't working for me, bottom is this tree, top is master tree. Using XFCE4 ![broken](https://user-images.githubusercontent.com/67625312/92298363-8bf62880-ef0d-11ea-90d1-b47155553a1a.png) Also has no icon in flatpak.

SharpCompress supports lzma 7z, I could try converting SevenZipCompression to that, but it might not be worth it if no one is using it. Edit: Looking at the statistics, no...

According to [this chart](https://en.wikipedia.org/wiki/Template:Quantities_of_bytes), Duplicati is using the JEDEC standard of storage, where it uses powers of 2 and decimal prefixes. Since JEDEC is used by Windows, Firefox, Chrome, OneDrive,...

Since you've flashed the 1.1.1 version, you can only use 24.xx snapshot builds of OpenWRT. Trying to downgrade will probably brick your router. Go to https://firmware-selector.openwrt.org, select E8450 UBI and...

It's possible to have multiple writers, requires write-ahead logging. https://sqlite.org/src/doc/begin-concurrent/doc/begin_concurrent.md I tried enabling write-ahead logging alone but it didn't really change my recreate times.