fenugrec

Results 137 comments of fenugrec

Hi, I might have some information to add . I've compiled debugging versions of obs-studio @ gdbb453d00 (current master), and obs-v4l2sink @ 1ec3c8ada0e1040d867ce567f177be55cd278378 (current master). It seems the following happens:...

Ok, my previous thoughts were wrong. Turns out the problem is the missing `return` in `v4l2device_close()` : that warning (fixed in PR #21 ) is actually undefined behavior. Compare the...

Preliminary testing on a stm32f042 (cortex-M0), attempting to port the included "clock" demo in `example/quickstart` : - at least 12kB ROM (1.5k for the OD which is copied to RAM)...

I agree, UI is a confusing here : on other tabs it seems as soon as a modification is made the "save" button turns red, an obvious clue; the behaviour...

Update : made matching PR in kicad-footprints, https://github.com/KiCad/kicad-footprints/pull/2170

Rebased and remove an invalid variant (no 38-pin version). Also created matching PR in kicad-footprints, https://github.com/KiCad/kicad-footprints/pull/2171

ok will check later today

Agreed, and the caller knows which one it wants anyway so an extra abstraction wouldn't be super useful. So, xyz_output_open() initializes the output "driver" and returns a new "zf_log_output", does...

Hi, I'm looking at this again, did you have some work done already on this ?