Tony Le
Tony Le
The latest commit [89ffd7d](https://github.com/dilshod/xlsx2csv/commit/89ffd7de0a02c73181c0f69bb0fadb5432f6a810) fails to convert [this file](https://github.com/dilshod/xlsx2csv/files/2823155/regif_test.xlsx): ``` $ ./xlsx2csv.py -a regif_test.xlsx regif $ ls regif $ ./xlsx2csv.py -n params regif_test.xlsx params.csv Sheet 'params' not found ``` Release...
I'm getting the following error when polling interfaces via `ifcfg`: ``` Traceback (most recent call last): . . . File "/usr/local/lib/python3.8/dist-packages/ifcfg/__init__.py", line 70, in interfaces return Parser(ifconfig=ifconfig).interfaces File "/usr/local/lib/python3.8/dist-packages/ifcfg/parser.py", line...
This update makes several fixes and improvements to the I2C master: - Fix truncation of device addresses 0x40 and above, caused by dropping of the `saved_device_address` MSB during barrel shifting....