Wim Godden

Results 59 comments of Wim Godden

The problem is we have no way of knowing who's still using PHPCS 1.x If PHPCS had been on Composer instead of PEAR we would be able to see stats...

What would the status of this be with PHPCS 3.x out ? Any thoughts ?

I was refering to the estimated usage stats of PHPCS 1.x, as well as whether switching to a different way of unit testing has become more complicated now that there's...

An alternative is to change the name in the local\_api\_credentials.yaml file and in the database (machines table). Afterwards restart crowdsec of course...

@gsherwood Thanks for the fantastic open source software you created, software that many, including myself, have built on top of to create even more open source software. Without your commitment...

I can confirm this on an Ubuntu 23.04 with the latest updates and NVidia drivers.

We've added debugging in the read() of the serialposix.py file and tried reading byte by byte (instead of all the bytes). It simply skips that byte, as if it doesn't...

Sorry for not updating this. It turns out the device was capable of handling XON/XOFF and all 11 and 13 (hex) bytes were being dropped because of that.

Apparently in the initialization of pyserial we did not specify False in the xonxoff parameter, but instead specified serial.XOFF as parameter. This caused pyserial to go into XON mode, meaning...

To further explain : the device was an RFID reader and sometimes part of the UID on the RFID card would be 11 or 13, so all of sudden we...