Vitaly Shukela
Vitaly Shukela
Is using `mutable` keyword on C++ side a valid workaround for inability to call non-const methods behind `SharedPtr`?
aft-mtp-mount started from root works on my Android device. It has copied a couple of files before "Input/output error".
Maybe it also handle the missing MTP device the similar way (instead of failing to initialize). This also should handle multiple MTP devices connected simultaneously scenario. I general user should...
Backtrace: ``` (gdb) thread apply all bt full Thread 4 (Thread 0xf68ffb40 (LWP 21704)): #0 0xf7f375f1 in read () at ../sysdeps/unix/syscall-template.S:81 No locals. #1 0xf7f55c27 in read (__nbytes=135168, __buf=0xf7419008, __fd=)...
Still issue with ll: ``` unique: 62, opcode: READ (15), nodeid: 1047181, insize: 80, pid: 28232 Read 1047181 131072 7208960 unique: 62, success, outsize: 131088 unique: 63, opcode: READ (15),...
Downscaling the image makes zbar correctly decode the sample.
@dtolnay , Or just use [cargo-geiger](https://crates.io/crates/cargo-geiger), which is based/inspired by this project.
OK, I see it is described in the README. Maybe it should be in `--help` as well?
Tried `cursive_buffered_backend` - flickering disappeared and bytes written to tty dropped from 174kb to 15kb. Both with `crossterm` and `termion` underlying backends. Also works with `curses::n` backend, but with no...
Shall there be a Cargo feature that turns off (or maybe turns on) system `libfuse` dependency (and requirement for the C compiler) and includes the code to call `/bin/fusermount` instead?