Zaar Hai

Results 89 comments of Zaar Hai

> Please give us a version number or how you installed the package. There are actually two "latest" versions on PyPI. ``` $ pip freeze github3.py==0.9.5 requests==2.9.1 uritemplate.py==0.3.0 ```

I hit this one as well: `MANPAGER="sh -c 'col -bx | bat -l man -p --paging=always --theme=OneHalfDark'" man bash` ![image](https://github.com/sharkdp/bat/assets/58201/9da51ad0-5f04-496d-a8da-9cad95fa6587) `MANPAGER="sh -c 'col -bx | bat -l man -p --paging=always...

@diamondburned curious what's the status of your work and if there is a chance it will make it into upstream.

Here is what I have ended up with. `poetry.lock` is `watch`'ed and I keep local hash to rerun install whenever it updates. This ensures other developers get their env updated...

Yes, I'm running KDE. On Thu, 4 May 2023 at 22:18, Gaétan Lepage ***@***.***> wrote: > Thanks. I already run from my own branch and it works fine: > ***@***.***...

Agree with @rileykarson that while liens are useful if deletion is attempted outside of TF, removing lien definition together with project definition from a `.tf` file will cause TF to...

P.S. @tiangolo many thanks for creating another gem!

@eggbean can you please share how you invoke exa?

Thank you. I did further tests and noticed it's working when run in clean environment. So after bisecting, I found that if `HOME` variable is set, then git status is...

Turns out the problem is with the multi-line config values in git config files. My git configuration files include definitions of delta them like [here](https://github.com/dandavison/delta/blob/ff5fd061f4dfc9b00f80aada705de192a5524ed5/themes.gitconfig#L279) and these multi line values...