Shawn Allen

Results 39 issues of 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...

question

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...

question

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...

bug

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...

bug
question

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...

discuss
dev
frontend

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...

bug
frontend

It doesn't make sense as part of `sast`.