Rafał Mikrut
Rafał Mikrut
I think that there should be an option to disable this(of course if it will be enabled by default). Not always is possible to use in CI headless build, so...
I can't reproduce with gtk frontend, but can with Krokiet
I have also such warnings at the start ``` warning: unsupported x86 llvm intrinsic llvm.x86.vcvtph2ps.128; replacing with trap warning: unsupported x86 llvm intrinsic llvm.x86.vcvtph2ps.256; replacing with trap ``` but app...
Looks that I created duplicated issue - https://github.com/pop-os/cosmic-files/issues/509 Can you check backtrace in system journal?
If anyone know how to do this from GTK side with good performance(no freezes due loading images and creating thumbnails), I'm open to ideas.
Please include a video of this operation. The information clearly shows that you set all folders as referenced, which is not allowed.
I don’t think that’s possible. Czkawka uses vid_dup_finder_lib, which is the only Rust library I know that supports video hashing. There are no alternatives, and I don’t have the time...
This needs to be implemented in the open-rs library — https://github.com/Byron/open-rs/discussions/88 — separately for each operating system(I don't want to manually handle such situations for every os in this repo).
Without some lower-level logs (e.g., from console versions or system journal logs), I can't do much(for me everything works fine on VM). It looks like Windows is the problem here...
``` package p type A[P any] [1]P type B[P any] A[P] type C /* ERROR "invalid recursive type" */ B[C] ``` is similar problem? ``` runtime: goroutine stack exceeds 1000000000-byte...