Ingvar Stepanyan

Results 1089 comments of Ingvar Stepanyan

Side-note: I've noticed that even `atan2(k * sin(x), k * cos(x))` is not simplified to at least `atan2(sin(x), cos(x))`, even if `k` is `nonzero`. Not sure if a separate issue...

Thanks for the suggestions here, I've upgraded to podman 4.3 via provided Kubic links and can confirm that finally fixes the regular reconnection issues. I'm okay with the not-for-production-use caveat...

On a second thought, I wonder if this could be due to latest WABT release (https://github.com/WebAssembly/wabt/releases) being somewhat old - from 17th of January? I'm not building tools myself, so...

@ritwickdey This seems like the best solution to couple of Content-Type mismatch issues. Could you please merge it?

> did you put 1 .jpg file into the vusb cameras virtual directory? Hmm, no, I didn't know it's required... Is that documented somewhere? I thought vusb just produces some...

Interesting, I see that the code does try to report a meaningful error message, I guess it's just not printed by gphoto2 CLI?

Linking my comments from the commit here so that they don't get lost: https://github.com/gphoto/libgphoto2/commit/cf154a3d81fcd4b6ce12c57f428c2e712607e109#r84900329

Actually, re: > There is also one more similar code at line 1107 above that still reports PTP_RC_GeneralError. Aren't those two copies of code doing exactly the same thing? Looks...

FWIW it doesn't look like changing PTP error type alone fixed the hang-up when a file is missing.

I don't think https://github.com/gphoto/libgphoto2/commit/8b462f8c835b9d3ab0cee4117e0b0458dac00445 fixed it :/ Now seeing "Setting port timeout to 20000 milliseconds." in logs, but after that it still hangs trying "gp_port_vusb_check_int", resulting "Reading PTP event failed:...