Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
461 contributions in the last year
Activity overview
Contribution activity
November 2020
October 2020
- bew/PythonTraining Python
Created an issue in tpope/vim-dadbod that received 2 comments
DB connection via URI does not work when password contains @ symbols
TSIA
I have a DB URI that looks like:
postgresql://user:p@ssword@hostname/db_name
The connector seems to take the password up to the first @ (p) an…