outis

Results 6 issues of outis

After dragging a group of files between panes, the selection is discarded, whether or not the copy occurs. This is particularly problematic if the copy is cancelled, such as if...

enhancement

Mostly, these commits are about supporting private information from the BGG API (issue #61). There are a few with other updates: a new XML utility function (`xml_attr`) in the spirit...

Currently, when there's an error parsing a toc entry, it's difficult to find which entry caused the error, as there isn't much context provided in the error message. This commit...

# Summary When trying to debug pdftocio (or pdftocio) using pdb and reading the TOC from a file, pdb crashes with "ValueError: I/O operation on closed file". # Steps to...

### Synopsis When there are multiple `dc:title` elements in an epub's publication metadata (in the OPF Package Document), FBReader uses the last one (in source order) as the book title,...

### Synopsis. Calling `BGGClient.game_list` with more than 20 game IDs results in a `BGGApiError` exception with the error message "non-XML reply". ### Code ``` import boardgamegeek as bgg client =...