Tomas Mudrunka

Results 432 comments of Tomas Mudrunka

I have same issue on `Debian 12` (package from debian repo), zbarcam version `0.23.92`. It only happens with `--nodisplay` parameter. Causes segmentation fault when trying to acquire pthread mutex during...

Probably related to calling `window_lock()` when in `--nodisplay` mode?

Which was probably fixed in 8c9b148c15276d9e99ca1f5f8915e52b25b46765 @bedy93 @jsfan3 can you test latest git master please?

Tried on my thinkpad and it did broadcasted even after the script exited. Running the script continuously might not be that great idea, because the script soft resets whole bluetooth...

Is the same happening when you connect to that port without using pyserial? (eg. using screen or some other terminal sw)

Can you explain please? How can XON/XOFF cause dropping of bytes? If the remote serial device sets XOFF it means that it is not able to receive, but it should...

Will i be able to use this library in GPLv2 project? (bCNC)

This would be really usefull. We need export to STL, STEP and WRL! I imagine several usecases where this can be useful: 1.) kids designing LEGO toy on computer and...

It's weird, because `mke2fs` is called with `-I 256` argument in `image-ext2.c`, which should enable support for higher dates... i don't get it. using following config: ``` image part-rootfs.ext4.img {...