Irina Truong

Results 126 comments of Irina Truong

Hi @truthdoug, this might be a nice feature. I can't promise you when and if this would get implemented though, since everyone working on `pgcli` is contributing in their own...

> I may take a stab of this if I find some of that "free time" I hear other people talking about. I see you have kids, @truthdoug. 😂

@dbaty There's no harm in making this feature configurable. When it's configured to something non-default though, it would be good to have a visual indication of it (for example in...

Hi @szymon, Do I understand correctly that you want to build a shell plugin for 1Password to authenticate with pgcli, and create a PR in here? https://github.com/1Password/shell-plugins

Sure @szymon , go ahead. Why not, if it solves a need.

Hi @shitcoding , There's no easy way to modify or add new keybindings. We have an open issue that discusses this: * https://github.com/dbcli/pgcli/issues/760 For now, people resort to patch their...

> That should be better done at the [prompt-toolkit](https://python-prompt-toolkit.readthedocs.io/en/master/pages/advanced_topics/key_bindings.html#processing-inputrc) layer, IMO. Yes, we thought so too. But in the meantime, we could take the same approach as `ptpython`, like @jonathanslenders...

Nice work @NoahELE, you solved your own problem 🎉 . :) In fact, we have a binary requirement for the Windows platform specified here: https://github.com/dbcli/pgcli/blob/69dcceb5f6d3ecbcc9e7a0a48c9bdabeed470dcd/setup.py#L31-L32 I wonder why things didn't...

Well, that is interesting. Does your `platform.system()` report as 'Windows'? `python -c 'import platform; print(platform.system())'`

@dbaty Yes, this makes sense. We don't need to install both.