Jian Liu
Jian Liu
@jleclanche My first instinct is to do this using curses (a la https://github.com/danielyule/hearthbreaker/blob/master/text_runner.py, example output [here](https://camo.githubusercontent.com/450460271c7567169bc5462c45a70c634c04ff89/687474703a2f2f64616e69656c79756c652e6769746875622e696f2f686561727468627265616b65722f5f7374617469632f636f6e736f6c655f73637265656e73686f742e706e67)). Are you comfortable adding curses as a requirement?
### Summary I'd like to switch my entire application database, which includes the graphile-worker tables to `SERIALIZABLE` isolation in order to take advantage of simpler mental model it requires, e.g....
How difficult would it be to also expose the [SAX interface](http://rapidjson.org/md_doc_sax.html) so we can process files that are much larger than can fit in RAM? I am currently using `ijson`...
Added an option to skip the pre-flight SELECT before INSERT, as our team's use case would from a single query instead.
I couldn't get PyFFTW3 installed on my machine, but pyFFTW is an alternative wrapper for FFTW that appears better maintained. You can see a speed comparison of the two wrappers...
Hello, I just started playing around with this project but found it hard to get Scikit.audiolab working (it looks like it's been inactive since late 2010, doesn't have Python3 support,...