njthomas

Results 10 comments of njthomas

I'm seeing this issue as well, FreeBSD 12.0-RELEASE-p3, pkg 1.10.5.

Yup, I'm not married to the syntax, so "gut bug ls ~label:foo" is fine with me. You may also want to consider how find does it, they use a bang...

I didn't realize this until recently, but searches for multiple labels seem to be doing a **logical OR** between the various labels, ie: git bug ls -l foo1 -l foo2...

Looking to Github, the behavior seems to be that searching for multiple labels joins them with AND, and searching for multiple inverse labels joins them with OR. For example, given...

~~but I noticed that `git bug termui`is hanging in master, so I can't test it in the terminal ui. Is this is a known issue?~~ Never mind, seems to be...

> ~but I noticed that `git bug termui`is hanging in master, so I can't test it in the terminal ui. Is this is a known issue?~ > > Never mind,...

Confirmed that the patch fixes the FreeBSD port version, and I was able to apply the same patch and build git-bug from GitHub source.

I think I confused things with my inital report. Let me show you what I am doing: ``` # create temp venv /usr/local/bin/python -m venv /home/user/foo/venv # install temp pipx...

> I think it’s the term “repo” that’s confusing me. For me “pipx installation” is a better word. But I get your point. Gotcha. I updated the title of the...

Looks like this is a Vim issue: https://github.com/vim/vim/issues/10369