Doron Behar

Results 169 comments of Doron Behar

> > it doesn't really contain the prefix of the python package > > What do you mean? I'll admit that I haven't noticed and/or tested the global installation option...

All of my comments about `pybind11` were a mess. Now I noticed that running `make install` when building `pybind11` (not `pybind11-global`), does create a correct `pybind11.pc` file at a standard...

So maybe `--delete-stray`? Inspired by [git-trim](https://github.com/foriequal0/git-trim).

Boy that was a long time ago! I guess your request makes sense. However, After being more acquainted with writing ZSH completions ever since, looking back at what I wrote,...

> use a capture group inside your `[[ ... ]]` expression to retrieve the path information ... I'm not sure what do you mean by 'capture group'. Never the less,...

Thanks for commenting on that @WhyNotHugo although TBH I could have tested that myself :smile_cat:. I've tested your statement and fortunately it seems todoman does accept both arguments to `--list`...

Oh right then, that's a definitely good reason to implement this suggestion. I've implemented that and according to my initial testings it works well. Pushing the current version. I'm not...

@0x17de I understood what you meant :) But according to the manual (and I tested that inside and outside the completion function), the variable `BASH_REMATCH` is set only if the...

That's an excellent suggestion! As a somewhat experienced ZSH completions writer, I _have_ encountered completion functions which needed to be aware of the command's configuration they are completing and thus...