Ville Skyttä

Results 404 comments of Ville Skyttä
trafficstars

Nah, I wouldn't say that. This is a bash-completion bug and it would be great to have it fixed.

Let's discuss at https://github.com/scop/bash-completion/discussions/637 This implementation has a few issues that would need fixing before accepting anyway, but I think the time is not right to go that deep into...

Only by modifying the current python completion code (or replacing it with some other implementation altogether). Here's an uglyish PoC: ```diff --- a/completions/python +++ b/completions/python @@ -63,5 +63,14 @@ _python()...

Possible, sure. And I get the point, but don't have a too good feeling about this, gut feeling being that I'd rather not open that can of worms. Should we...

Sure, I understood correctly what you meant by "really awkward" the first time. The other software examples are useful, thanks. FWIW it seems e.g. Python behaves (well at least the...

I was primarily thinking of adding mock executables, but guess functions could work as well. We have a few examples of the former in the tree, `ls test/**/bin` Command outputs...

WIP in particular is the options handling when working on an `.sqlar` file.

> Maybe we can output the warnings only when the deprecated interfaces are first used in the session. Possibly, _in addition_ to the ability to turn them off altogether. An...

Thanks for the report. Please follow instructions in the bug report template -- this does not happen for me nor in CI, load time debug trace is needed to diagnose...

Yup, reproduced, thanks.