jperrin72

Results 13 comments of jperrin72

+1 this is something that would be really usefull to cut thick materials with a focused laser

I've managed to reproduce the issue on both Safari and Chrome. platform is MacOS 11.4 / M1 processor.

Thanks Noah, I just tried the workaround and this fix the issue! Do you think this could be appended into the settings so that I don't have to do this...

> can confirm, the problem happens with BOTH Mouse AND Touchpad on a mac M1 MacOS 12.3.1. in Chrome. And the fix that @noahwilliamsson posted above does solve it for...

got the issue today with a French word containing accentued characters (é)

I had to use zadig on the first windows PC, on the other PC it worked out of the box surprisingly. I'm wondering if this could be limitation of python...

I think I can recall the timeouts where different in the code between GUI and CLI version while fetching the BAM blocks... > Le 7 sept. 2024 à 17:31, Stefan...

I had the same behaviour with Windows GUI, directory listing worked but reading a disk failed. Did you experience this as well ?

I found an issue on pyserial github that could be related to the problem: https://github.com/pyserial/pyserial/issues/394 It looks like whenever serial read/write timeout value is changed on the adapter, windows reconfigure...

The problem seems clearly to be related to pyserial implementation on Windows - a workaround could be to rework the code to avoid changing timeouts in the middle of a...