Alex Badea

Results 4 issues of Alex Badea

There are kernel i2c bus adapters that don't support generic I2C, but only support smbus operations. For example: ``` ; i2cdetect -l | grep smbus i2c-0 smbus SMBus I801 adapter...

Add a few unit tests for the mobilpay low-level crypto. Useful for #386, to verify replacement implementation later on. Decryption is verified against the stand-alone openssl tool, encryption is verified...

As of commit d429483186d01eb1e6ffd449986632ee3eb57850, ``` $ grep -o 'Downloading [^-]*' pip.log | sort | uniq -c | sort -nr | head -4 258 Downloading boto3 9 Downloading django_admin_rangefilter 6 Downloading...

At commit d429483186d01eb1e6ffd449986632ee3eb57850, running "docker-compose up" fails at the "pip3 install" step with: ``` ERROR: Cannot install -r requirements.txt (line 6) and django-crispy-forms=1.9.0 because these package versions have conflicting dependencies....