Sergii Rudchenko
Sergii Rudchenko
I had this problem too. It looked like timeout on receiving a character (although I had `timeout = -1` in `SerialPortSettings`). The error did not happen when the data was...
I have implemented it in Pull Request #73
I had stuck at the same problem. After reading the Makefile I have managed to build **potion-s** this way: ``` $ make bin/potion-s CC core/file.o CC core/load.o AR lib/libpotion.a RANLIB...
Fixed typo in the commit message: `s/sens/sense/`
Hi @emmanueltouzery Thank you, no worries. For me personally `iconv` poses no problem, I just have noticed a `userComment` test failure while developing #15 and dug in. Regarding the supported...
Hi @bokesan Thank you for the reference, it is really informative! IPCT we do not currently parse at all, so let's set it aside for now. For the `UserComment` decoding,...
Still looking for an example file with JIS in UserComment. Also, I wonder, should we take TIFF `byteAlign` into account when we parse UNICODE? Because it can also be big...
@emmanueltouzery yes, absolutely I have just pushed an implementation of UNICODE comments support for Motorola-aligned TIFF. I have ensured that the byte alignment matters by forging two files with `UserComment`...
Rebased on top of the latest master
There is a problem with `encoding`. It uses an impressive custom `Setup.hs` to generate encoding support modules from mapping files. For that it declares a rigid dependency on `Cabal >=1.24...