Amjith Ramanujam
Amjith Ramanujam
Can you try installing directly from the git repo? ``` sudo pip install https://github.com/j-bennet/wharfee/archive/master.zip ``` Some of the older pip is having an issue with python packages. This should hopefully...
@benjaminb10 What do you have in mind for the newsletter? I'm just trying to get an idea of your expectation.
👍 There is a good chance someone else might create one before January. Which would be wonderful. :)
With the latest changes committed to master it will always use the same datastructure that was passed in. So you can pass in an OrderedDict and the result will ordered...
@aashraybhandar1 Go forth and send a PR. We won't start working on it. Github only allows people with commit access to the repo to have assignments. So I can't officially...
There's a separate variable that keeps a list of functions. https://github.com/dbcli/mycli/blob/main/mycli/sqlcompleter.py#L175 If you see this specific commit (https://github.com/dbcli/mycli/pull/1071/commits/755de1ebd80d744b0542aafc139dd672ed1fef85) you'll see how I added the tidb keywords variable. You might want...
I am using google translate to understand your descriptions. I think what you're asking for is to turn off the color decorations for the header. I'd recommend taking look at...
Interesting request. But I'm still unclear when pgcli would commit. For example: When a user launches pgcli we start a transaction, then they explore using select, change data using insert...