minfrin

Results 117 comments of minfrin

Hmmm... What made the problem go away was to set the prompt to a single unchanging string, and pass the string: ``` result = readline(prompt); ``` It seems that references...

Alas in this case I'm only making changes to the contents of prompt in between calls to readline(), but it's not working in this case. If I hack the code...

Was evaluating picocli to see if it could do dynamic completions, and it's a showstopper if not. Most specifically, we need to do this: ``` custom-tool --database-connection=foo customer show --customer-id=joe[tab]...

> @minfrin Are you looking to accomplish this for a single-shot command (so you'd have to use bash/zsh completion) or for an interactive CLI program (so you could use a...

Based on @siliconja's recommendation above, here is a PR: https://github.com/AmokHuginnsson/replxx/pull/142

Quick ping, any news on the PR above? Looks like lots of packaging pain gets unblocked when this is completed.

Looking at the /etc/opensc.conf in use, file caching appears to be off: ``` blackadder ~ # cat /etc/opensc.conf app default { # debug = 3; # debug_file = opensc-debug.txt; framework...

Would it be possible to approve the workflows outstanding on this PR?

Another gentle bump - is it possible to trigger workflows?

> @minfrin I took the liberty of fixing the checker errors Much appreciated, thank you.