Results 54 issues of Daenney

The puppetdb-ruby gem provides a useful client but seems unable to encode more complex queries correctly causing APIError's to be thrown. Especially the classes query could benefit from a more...

enhancement

This is a first pass looking to gather feedback on solving #193, #163, #146 and hopefully also #139. Essentially, this makes use of `text/template` to specify the output format. It...

When you define a struct which only has positional arguments, the built in `--help` and `--version` are printed as part of the positional arguments, instead of the options on subcommands....

Epilogues don't seem to get printed when configured. I've recreated https://github.com/alexflint/go-arg/blob/dbc2ba5d0c9a6a439d1f825f8c299fb276bbc911/usage_test.go#L288-L317 over on the Go Playground: https://go.dev/play/p/u3Su_WOfls1. Even though the test in `usage_test` passes, the epilogue is missing in the...

Right now, this library will always output the result of `Version()` at the start of the usage output: https://github.com/alexflint/go-arg/blob/74af96c6ccf404613c251bca4814d32c69047c5f/usage.go#L84-L86 From my own observations, doing this is fairly uncommon amongst the...

v2-ideas

### Describe the bug In the desktop app, if you attempt to download a media file and the destination already contains a file with the same name and extension, it...

IPv6 isn't being handled at all, both in the firewall and in the nginx server configuration.

### Describe the bug with a clear and concise description of what the bug is. When logged in on Metatext I can't manage my profile or go to account settings....

bug

The current code considers ff00::/8 valid, but contrary to the comment that's not the global unicast range. ff-prefixes in IPv6 denote multicast. This adapts the code to take the same...

I was looking to add some basic request tracing into GTS. Though the logs are useful, it's sometimes hard to understand which request caused what additional log lines to be...