Ben Chopson
Results
3
issues of
Ben Chopson
```py with open('file.txt', 'w') as f: f.write('') pq = PyQuery(filename='file.txt') pq.find('div') ``` raises an attribute error. It doesn't appear PyQuery can do anything useful with an empty file, so perhaps...
The default text color for solarized-dark does not have good contrast with the background color. I can override locally, but it might be worth using a more contrasting color by...