Brendan Shillingford

Results 3 issues of Brendan Shillingford

Currently, streams are stored as unicode strings (Python 3.5.2, latest pip version of pdfrw), and the pdfrw's utils convert to/from Latin-1 encoding on-the-fly, which is quite fragile for binary data.

If the string separates e.g. the ǎ in xiǎo into 'a\u030c' rather than as one codepoint '\u01ce', which is rendered identically, the regex fails. These separate diacritics occur if you...

Hi, I get an error when trying to do `ms`: ``` Error detected while processing function tmuxify#pane_send: line 22: tmuxify: A certain version of tmux 1.6 or higher is needed....

bug