Andy Kipp
Andy Kipp
Hey! Thank you for reporting this! To investigate the case please use: * `completer list` to show the list of completers. * Review the code in `micromamba shell hook -s...
@jnoortheen I noticed that completion is working strange sometimes e.g. returns empty list or wrong completion list. I tried to catch the cases but had no repeatable one. If you...
I can confirm the issue - wrong completion - the list of completions is for mamba instead of a right tool: It's needed to check where is the issue: in...
I think you need to fix [micromamba completer](https://github.com/mamba-org/mamba/blob/402b2d474b5afe1164b6ad79f18e228487ce452b/libmamba/data/mamba.xsh#L98-L99): ```xsh if not ctx.args: return ``` like this (the [similar in conda](https://github.com/conda/conda/blob/97e5cd640571f1a995fb1346b4725f2c430f3b4d/conda/shell/conda.xsh#L168-L169)): ```xsh if not ctx.args or ctx.args[0].value != 'micromamba': return ```
I'm going to close this as downstream issue.
I'm confusing to see empty space.
[Zero and nothing](https://www.quora.com/What-is-the-difference-between-0-and-nothing) are not the same.
No. Zero means that the value measured and the result is 0 e.g. 0 degree in the fridge. Not -2 and not +4 the value is 0. `None` means we...
It's pretty common knowledge in physics and programming. Any googling of None, NULL, NaN, N/A, etc will give you the difference. The white space in scientific articles means "no data"...
> I feel here the "designer thinking" - hide everything that has "no meaning for eyes". But in this case table looks ugly with all of these white spaces and...