Dragon Dave McKee
Dragon Dave McKee
Specifically, the `ã` in your name in `__init__.py` etc. causes `read()`ing from that file in `setup.py` to fail since it's not ASCII. Leaving one or both of the lines commented...
A JavaScript error occurred in the main process. ``` Uncaught Exception: TypeError: Menu.sendActionToFirstResponder is not a function at MenuItem.click (/resources/atom....:25) at Function.delegate.executeCommand (/resources/atom....:69) ``` What I did: "Electron / About...
This is a combined messytables/xypath issue We need to be cautious about the amount of memory we're using: http://faostat.fao.org/Portals/_Faostat/Downloads/zip_files/FoodSupply_Crops_E_Africa_1.zip a 1.5MB zip (15MB csv) with ``` fh = dl.grab(url) mt,...
Shift checks whether the shifted cell exists with assert_one. Not convinced it should -- it might not exist at the sides of a sheet etc. ``` File "/home/.local/lib/python2.7/site-packages/xypath/xypath.py", line 626,...
can't say `bag.fill(xypath.DOWN, stop_before(""))`