David Arnold
David Arnold
I would consider such implementation here ***very benevolent upstream nudging***. A feature flag is maybe the right balance. There is a strong need downstream as evidenced by the linked (recent)...
related → #1790
@miracle2k @patkan Wouldn't it be eligible to consider incorporating `py-xml-escpos` directly within `python-escpos`. I'm suggesting this for a very practical selfish reason: If I wasn't digging about 2 full days...
how cobra does it: - https://github.com/spf13/cobra/blob/master/bash_completionsV2.go - https://github.com/spf13/cobra/blob/master/zsh_completions.go - https://github.com/spf13/cobra/blob/master/shell_completions.go - https://github.com/spf13/cobra/blob/master/powershell_completions.go - https://github.com/spf13/cobra/blob/master/fish_completions.go and here is the 'hidden' command: https://github.com/spf13/cobra/blob/56060d19f88533a20f635116f64aff2065cf260a/completions.go#L148 looks like this is becoming a 'copy paste' task
`nix copy` does not show the password promt at all, but waits silently for input, if you input the password, it will exit with 0. checked via: `strace nix copy...
This is not in any significant way related, but I'm starting to favor the folder layout that is exemplified in `digga/examples/groupByConfig`.
> assuming the only objection is that it requires a strict devos format. Correct. If we can generalize, that would be fantastic!! @yusdacra I did not understand your reply. Sry...
I'd like to add, that in `fluidattacks/makes`, we started to use a special `__makes__` json serializable output to let the purpose built cli (`m`) know about things. If we implement...
As far as I remember, the nixos-install has one command that does not very much respect the --lffline switch, if I remember correctly in a stupid way, that mjght be...
Yes, the best approach IMO would be a standalone-library as part of the nickel project. That is unless a variant of this is chosen: built-in support for jsonschema. But since...