Vadim Kantorov
Vadim Kantorov
Maybe I'm mistaken (https://github.com/libarchive/libarchive/issues/146), but I found no simple helpers / recipes on extracting an `archive_entry` to fd (could be memfd or a network stream), `FILE*` (could be `fmemopen`-produced `FILE*`)...
Following up the discussion at: - https://github.com/libarchive/libarchive/issues/1511#issuecomment-2323423574 This would allow implementing a seek in TARs and compressed ZIPs and to a given entry (e.g. first doing a linear scan building...
- How are these strings allocated and deallocated? are they allocated dynamically? - Are they owned by the `struct archive` or `struct archive_entry` / header? Or are they supposed to...
https://github.com/triton-inference-server/dali_backend/ is awesome for reading and preprocessing images It would be nice to have a more developed builtin solution for decoding audio/videos. Currently, of course one can do audio/video decoding...
**UPD:** I guess in 2024 pure ISO files are not very common, so for getting nice file names out it would be awesome to showcase auto-detection or use of `joliet_path`...
Hi! Am I right that for zip files with no compression, reading can be done simply via mmap after calculating offset and byte count? Can `miniz` help in reading from...
Yes, `LD_PRELOAD`-based fs-related libc/stdio call interception is not ideal (and breaks wherever syscalls invocations are compiled in directly), but for many situations of simple data processing e.g. from Python, it...
Currently we can import options, but have to iterate `wp option update` command invocation for each option. A convenience command would be helpful which would import all options from a...

I would expect that the default viewport of an image should be the same, regardless of whether it is inserted from a file upload dialog or from markdown import 1....