Johan van der Knijff

Results 61 issues of Johan van der Knijff

See: Not sure if this will have any impact on Windows build script, since Jpylyzer uses a dedicated Docker image for this: Already updated [build-with-pyinstaller.sh](https://github.com/openpreserve/jpylyzer/commit/a7b410d735d7a057292bb7a2b773f7afab8b7ab2#diff-0aa179ef1dbff551947a47dfaed5de7e595006277dd20a17e69b5bad7c77e61b) (which is not actually used...

Looking at the Travis results of the latest builds (most recent one [here](https://app.travis-ci.com/github/openpreserve/jpylyzer)), it looks like something goes wrong setting up the environment for the pre-commit command. See Travis output...

Apparently block size can be variable *within* a file that's written to tape, see: > In variable block mode, the byte count in write() determines the size > of the...

Example: "tapeimagrVersion": "0.4.0" Should be: "tapeimgrVersion":"0.4.0"

Same as diskimgr, device list needs filtering to display only tape devices.

enhancement

This utility should traverse all 1st-order subdirs, look for a tapeimgr metadata file (naming based on config file, with option to override to user-defined name), and create a summary file...

enhancement

> Note that you may (or may not) need to swap endian-ness if the tape was written on a big-endian machine

Adapt Docker based jpylyzer scripts?

The Iromlab [configuration script](https://github.com/KBNLresearch/iromlab/blob/master/iromlab/configure.pyw) and [iromlab.pyw](https://github.com/KBNLresearch/iromlab/blob/06ee35c68cf66c8bf711c010a2a8801e4f3d398c/iromlab/iromlab.pyw#L698C5-L698C17) both use the *imp.is_frozen* function, but the "imp" module was [removed in Python 3.12](https://docs.python.org/3.11/library/imp.html). Imp is replaced by [importlib](https://docs.python.org/3.11/library/importlib.html#module-importlib), but AFAIK this doesn't have...