Danielle Madeley
Danielle Madeley
Including only normalising the space. This also means we only make one XPath request.
Replace code configured webdrivers with a YAML config. Replace documentation with a standard initialize call. YAML is neat because it makes it easier to set up multiple browser configs for...
I assume you've seen https://travis-ci.org/infoxchange/lettuce_webdriver/jobs/18179534 ?
Lodash forces objects into values via `valueOf` when sorting. This would be useful for sorting arrays of units, without having to pass custom compare function, etc.
It should be possible to do a lookup on a composite type: ``` python Person.objects.filter(address__suburb="Preston") ```
It's possible to create an index on an attribute in a composite type. http://stackoverflow.com/questions/15040135/postgresql-create-an-index-for-fields-within-a-composite-type
"bcdDevice is used to provide a device version number." This can be used to show differences in protocol version for different CDC devices. The value is in binary coded decimal...
Opening this as an issue because I think it warrants discussion. For some time @koterpillar and I were working on the new-parser branch of Lettuce which has finally grown into...
This is a tracking bug for the new Lettuce parser I've been working on. https://github.com/infoxchange/lettuce/tree/new-parser This branch includes: - rebuild of the parser using pyparsing - rebuild of the lettuce...
I'm writing a bit of code that reads a parameter file generated by QGIS that starts with the CRS of the coordinates as a WKT string. In this case it's...