Dieter Weber

Results 291 comments of Dieter Weber

Discussion with @sk1p: This is probably not an issue for now since it only involves read access and LiberTEM is usually running as the Unix user who is running it...

Writing metadata to video files would be high on my wish list in order to support that in Digikam. http://digikam.1695700.n4.nabble.com/REad-write-metadata-video-files-avi-mov-mp4-mkv-td4692739.html My collection has both images and videos, and I would...

Nice to hear that it can be useful! Just as a heads-up, detecting the libraries to control in `threadpool_limits` took a long time when we implemented it: https://github.com/LiberTEM/LiberTEM/issues/1117 That's why...

@CSSFrancis Yes, we published at [JOSS](https://joss.theoj.org/): https://joss.theoj.org/papers/10.21105/joss.02006 The paper draft is an MD file in the repo (ours is still here: https://github.com/LiberTEM/LiberTEM/tree/master/docs/publications/joss) The review process is a GitHub discussion, much...

Results from triaging: The error is associated with using a `kind="sig"` UDF (`StdDevUDF` in that case, reproducible with `SumUDF`). It has nothing to do with DM per se, just that...

> In parallel, at least in the case of LiberTEM-spawned clusters, we could try to prevent this by reducing the number of workers we create on systems with low RAM...

Currently working on a PR to move the code to Blobfinder. Looking good so far, checking docs etc.

Good point! I've updated this PR to 3.0 only. We'll see with the next RC if this is right

FYI, this PR in PyInstaller addresses this issue: https://github.com/pyinstaller/pyinstaller-hooks-contrib/pull/725