Henry Han

Results 29 comments of Henry Han

Thanks for the support!😊 The linked post is very interesting. Additionally it seems like ArchLinux doesn’t differentiate Ncurses and Ncursesw. What I had read from [Ncurses page](https://invisible-island.net/ncurses/ncurses.faq.html) is that some...

Have you tried directly compile the program from github version? I'm currently also having problem with updating homebrew installation... And I'm in process of finding someone that is familiar with...

It appears that the current build doesn't support code block inside the href name > - [`pgcli`](https://github.com/dbcli/pgcli/) change to > - [pgcli](https://github.com/dbcli/pgcli/) I'll see how I can fix this issue....

@MatanKribus Thanks for the docker support. Im just not too familiar with docker. Is it possible to maybe add docker as an build option? Cause I was hoping to make...

Sorry for the late reply. Docker definitely sounds interesting and I think it should be an option for the project. But let me test this out once I get back...

Hi I just finished testing the Dockerfile from your repo, for some reason the program doesn't seem to run past the beginning where ncurses starts doing it's thing. ``` sudo...

OK, It worked. One last issue, the docker doesn't seem to use the locale, `setlocale(LC_ALL, "");` I set for the system (meaning some character aren't rendered correctly). Perhaps It's just...

I set to have 1 empty line above. For example this doesn't work. ```html you should to add to your profile: for Postgres 10 and older export PAGER="pspg" for postgres...

I had never thought about that!!!! I’ll moving towards that once this program I finish clipping, html, and some more Makefile changes this week.

Glad you saw my email! Do you mean not to show ```shell on the pager? I was thinking that could distinguish different languages, since syntax highlight isn't coming anytime soon.