Amjith Ramanujam

Results 17 issues of Amjith Ramanujam

I tried to run the sample program from README: ``` python import d3py import pandas import numpy as np # some test data T = 100 # this is a...

## Description Show error status in CSV output format. ## Checklist - [X] I've added this contribution to the `changelog.rst`.

## Description Related to #1109 Issue is in master branch. When I have the completion menu open it is not acknowledging the enter key. C-n and C-p to select items...

Both `pgcli` and `mycli` have brew formulae published. pgcli: https://github.com/Homebrew/homebrew-core/blob/master/Formula/pgcli.rb mycli: https://github.com/Homebrew/homebrew-core/blob/master/Formula/mycli.rb Is there an interest in doing this?

enhancement
area: packaging

Ref: http://stackoverflow.com/questions/4480381/postgres-sql-fail-on-script-error pgcli currently supports changing the on-error behavior when we run multiple statements. But this is controlled via the config file. It'll be good to change the ON_ERROR behavior...

enhancement

Users of a database can be suggested after the OWNER keyword in CREATE DATABASE. eg: ``` CREATE DATABASE discourse_development OWNER ``` Extensions in a database can be suggested for CREATE...

enhancement

It should be possible to list other databases as schema names and provide column completions for them. Caveats: - This requires fetching all the databases, tables and their columns. Which...

enhancement

## Description Fixes #172 ## Checklist - [X] I've added this contribution to the `CHANGELOG.md` file.

The code has evolved to add a couple of new features. https://github.com/amjith/fuzzyfinder/blob/master/fuzzyfinder/main.py#L9-L21 It'll be good to document them in the readme and add new examples to show how to use...