François Degros

Results 26 issues of François Degros

`rar2fs` doesn't seem to cache uncompressed data, and this is problematic when the application reading a file inside a mounted RAR is accessing this file in a non-sequential way (ie...

Other

This is a first version of .clang_format that fits nicely with the existing code base. No code has been reformatted yet, but it might be useful to have for future...

The function `zip_file_is_seekable()` tells whether an open `zip_file_t` is seekable. I would like to determine if a file is seekable without having to open it first. More specifically, I would...

enhancement

The function `zip_file_is_seekable` is described on the [`zip_fseek` page](https://libzip.org/documentation/zip_fseek.html). However, it is not mentioned on the [libzip index page](https://libzip.org/documentation/).

enhancement

**Description** When `libzip` tries to open an incomplete (truncated) ZIP archive, it fails with the error code `ZIP_ER_NOZIP` "Not a zip archive". **Solution** Would it be possible to distinguish the...

enhancement

**Description** At the moment, `zip_fseek()` does not work if the file is compressed or encrypted (or both). While I understand why compressed files are not "seekable", I think it might...

enhancement
won't implement

It looks like the field [`FileHeader::RedirName`](https://github.com/pmachapman/unrar/blob/05567f51502f156685e346fa072755ea07738edf/headers.hpp#L252) has changed its type from `wchar_t*` to `std::wstring`, which prevents the compilation of `rar2fs` with `unrar` 7.0.7: See https://bugs.gentoo.org/931078 ``` dllext.cpp: In function ‘int...

Defect

`fuse-archive` reports the number of blocks taken by each file as zero, which gives some confusing sizes with some tools. Example: ``` $ fuse-archive "Big One.zip" mnt $ ls -ls...

enhancement

Bug: https://github.com/pjkundert/python-slip39/issues/8

Increase margin for smaller cards. Don't print wallet addresses and QR codes on cards. I don't want the people keeping my SLIP-39 cards to know: - That these cards protect...