Niko Heiskanen

Results 21 comments of Niko Heiskanen

Why not just use ssh keys? They work with gitui and they are much better than keeping a plaintext password to your GitHub just sitting there.

> To be clear the request is reasonable. Was genuinely curious as to why https was needed.

Thanks for the reply. I experimented a bit with what you suggested but i am still having some issues. The issue with this is that [WordSeparator::Custom](https://docs.rs/textwrap/latest/textwrap/enum.WordSeparator.html) takes a closure that...

`prompt` actually takes in a boolean so i believe that what you actually want it: ```python import typer cli = typer.Typer() @cli.command() def req( username: str = "admin", password: str...

As far as i understand the intended way to use a list type parameter would be like this: ```bash $ python app.py --command arg1 --command arg2 ['arg1', 'arg2'] ``` If...

This should work ```bash script -q -c "python /tmp/asd.py --help" | ansi2html > asd.html ``` That being said i guess it would be nice to have something like `--color-always` option...

Not sure if it resolves your issue but list comprehension is not the right tool for printing things. Can you try printing in a normal for loop? ```python import typer...

> @heiskane how is it going - need support? feel free to join the discord 👍 I got the scroll mostly working but for some reason you can add unlimited...

@extrawurst I have been a bit busy and haven't really been able to make progress on this one. I do want to keep working on this but am unsure if...

> @heiskane is it possible to release this please? Yes its ready to merge.