Shawn Allen
Shawn Allen
`csvorganize` should be able to produce a stats (or index) CSV that lists the unique keys and their row counts, e.g.: ``` sh $ echo "foo,bar\na,1\na,2\nb,3" > test.csv $ csvorganize...
It would be nice to support reading and writing: - JSON (array of objects) - GeoJSON (features in a `FeatureCollection`) - [Pickled](http://docs.python.org/2/library/pickle.html) dict lists? - [Protocol buffer](https://developers.google.com/protocol-buffers/docs/pythontutorial) repeated lists? Note...
The issue here is that if you provide `*` as any of the keys in a map_expression(), then the expression's `.keys` list will just include a `*`. This breaks the...
The docs should explain how to handle keys with spaces (or any other characters that are invalid in Python symbol names) in organ expressions. The key is the local `data`...
The [current one](https://pypi.python.org/pypi/organ) is way too bare.
One shortcoming to map_expression() right now is that it just splits the string on commas, so you can't do this: `foo = function(bar,baz), qux` I like the use of commas...
We should do these manually for this sprint then figure out how to automate them: - [ ] Cross-browser testing with [Sauce Labs](and [Selenium]) - [ ] 508 compliance testing...
If you use the keyboard to scroll through a long list of search results, the cursor will just scroll right past the visible area. It should scroll down to always...
It doesn't make sense as part of `sast`.