Aske Mottelson

Results 5 issues of Aske Mottelson

I'm getting this error on some specific rtf files. stack trace: File "/Library/Python/2.7/site-packages/textract/parsers/**init**.py", line 57, in process return parser.process(filename, encoding, **kwargs) File "/Library/Python/2.7/site-packages/textract/parsers/utils.py", line 45, in process unicode_string = self.decode(byte_string)...

bug

[test.rtf.zip](https://github.com/deanmalmgren/textract/files/907377/test.rtf.zip) ``` res = textract.process("test.rtf").decode(encoding='UTF-8') assert "æøå" in res FAIL ``` ``` textract.process("test.rtf").decode(encoding='UTF-8') -> test זרו ``` unrtf --text test.rtf ``` ### Translation from RTF performed by UnRTF, version 0.21.5...

on fresh install it complains that `/Users/myuser/.facebook_export/groupsMetaData/LOCK` was not found. fixed it with `touch /Users/myuser/.facebook_export/groupsMetaData/LOCK`

`facebook-export -a TOKEN -l` only gives me 5 groups, even though i'm at least in 10 groups. I think you need to use the pagination (e.g. the cursors) offered by...

### Is your feature request related to a problem? Please describe. The documentation allows for multiple owners of a model, buth the Amplify iOS implementation is lacking this important feature....

datastore
p2