Danek Duvall
Danek Duvall
Vary the number of spaces tabs expand into (with `--tabs` > 0) so that text after the tab starts at the next tabstop and tab columns align. Fixes #729.
If there are raw tabs in the output in side-by-side mode, then the second (plus) column isn't well aligned: It should instead look like this: This is related to #729,...
Search for tabs in the input, keeping track of how wide the text before it is, so that we can compute the width of the tab as the number of...
I got a `badNonce` during `Obtain()`. Based on the logs, it looks like it failed before it got confirmation of validation: I see the five `badNonce` errors after `Checking DNS...
This allows you to add extra names to the SAN extension, as well as set the subject common name and organization.
**Describe the bug** On MacOS, the repo browser can't show the cheat files. **To Reproduce** Steps to reproduce the behavior: 1. Run `navi repo browse` 2. Select a repo 3....
I've been futzing with an HTTP middleware (using `echo`) to log through `zap`, and then on to Stackdriver (GCP logging). One thing I noticed was that the caller information logged...
### Terraform Version ``` $ terraform -v Terraform v1.1.7 on darwin_arm64 + provider registry.terraform.io/datadog/datadog v3.9.0 ``` ### Affected Resource(s) - datadog_logs_custom_pipeline ### Terraform Configuration Files ```hcl resource "datadog_logs_custom_pipeline" "golan" {...
This is functionality I need for my work, but it needs some checking. I'm happy to rename and re-type things. There's one XXX comment that should probably be addressed. There's...
This is somewhat related to #410. Projects sometimes decide to change their version scheme, and newer versions naively compare out of order. For instance, see [OpenStack cinder](http://tarballs.openstack.org/cinder/) (as well as...