Lucas Hoffmann

Results 134 comments of Lucas Hoffmann

You can do an interactive rebase. Like this `git rebase --interactive origin/master message-body-colour`. Learn more about it [from the docs](https://help.github.com/en/github/using-git/about-git-rebase).

I tried to fix some things you noted. I still don't understand what kind of function you envision that returns a `Dict[str, str]`. Can you explain that?

For me as a sysadmin the `hetznerctl` command could be the complement to the `hcloud` command. I was wondering before why Hetzner did only allow me to manage half of...

Which python versions are you targeting? I did not find a specification in setup.py. I saw the try-block to import configparser and that looks like python2. What is the minimum...

I have trouble reproducing this. I do not have macos (which version btw?) and so I was looking for a way to install this version of groff in some VM...

so what happens with the newer groff?

We are actually already running the tests on osx: https://github.com/lucc/nvimpager/blob/develop/.travis.yml#L30-L34 I am wondering what command could be used to test what you experience. I can display the man page but...

@docwhat I created the test/osx-man-page branch. Can you please check if that works for you.

What do you mean "The table is all there"? I thought the whole point of this issue is that the table is not shown on macOS.

I am very confused. Can you help me understand what exactly is goiing on? 1. which branch/commit of nvimpager are you using? 2. how do you build the man page?...